|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.twilight.h264.decoder.AVPacket
public class AVPacket
| Field Summary | |
|---|---|
long |
convergence_duration
Time difference in AVStream->time_base units from the pts of this packet to the point at which the output from the decoder has converged independent from the availability of previous frames. |
int[] |
data_base
|
int |
data_offset
|
long |
dts
Decompression timestamp in AVStream->time_base units; the time at which the packet is decompressed. |
int |
duration
Duration of this packet in AVStream->time_base units, 0 if unknown. |
int |
flags
|
long |
pos
|
long |
pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will be presented to the user. |
int |
size
|
int |
stream_index
|
| Constructor Summary | |
|---|---|
AVPacket()
|
|
| Method Summary | |
|---|---|
void |
av_init_packet()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long pts
public long dts
public int[] data_base
public int data_offset
public int size
public int stream_index
public int flags
public int duration
public long pos
public long convergence_duration
| Constructor Detail |
|---|
public AVPacket()
| Method Detail |
|---|
public void av_init_packet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||