public class PESPacket extends Object
Modifier and Type | Field and Description |
---|---|
ByteBuffer |
data |
long |
dts |
int |
length |
long |
pos |
long |
pts |
int |
streamId |
Constructor and Description |
---|
PESPacket(ByteBuffer data,
long pts,
int streamId,
int length,
long pos,
long dts) |
public ByteBuffer data
public long pts
public int streamId
public int length
public long pos
public long dts
public PESPacket(ByteBuffer data, long pts, int streamId, int length, long pos, long dts)
Copyright © 2019. All rights reserved.