public class VideoFrameWithPacket extends Object implements Comparable<VideoFrameWithPacket>
Constructor and Description |
---|
VideoFrameWithPacket(Packet inFrame,
PixelStore.LoanerPicture dec2) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VideoFrameWithPacket arg) |
PixelStore.LoanerPicture |
getFrame() |
Packet |
getPacket() |
public VideoFrameWithPacket(Packet inFrame, PixelStore.LoanerPicture dec2)
public int compareTo(VideoFrameWithPacket arg)
compareTo
in interface Comparable<VideoFrameWithPacket>
public Packet getPacket()
public PixelStore.LoanerPicture getFrame()
Copyright © 2019. All rights reserved.