Data Fields | |
| void * | buf |
| size_t | sz |
| ≤ compressed data buffer | |
| int64_t | pts |
| ≤ length of compressed data | |
| unsigned long | duration |
| ≤ time stamp to show frame (in timebase units) | |
| uint32_t | flags |
| ≤ duration to show frame (in timebase units) | |
| struct FrameListData * | next |
| ≤ flags for this frame | |
One encoded frame returned from the library.
Definition at line 38 of file libvpxenc.c.
| void* FrameListData::buf |
Definition at line 39 of file libvpxenc.c.
Referenced by codecctl_int(), cx_pktcpy(), free_coded_frame(), queue_frames(), and storeframe().
| unsigned long FrameListData::duration |
≤ time stamp to show frame (in timebase units)
Definition at line 43 of file libvpxenc.c.
Referenced by cx_pktcpy().
| uint32_t FrameListData::flags |
≤ duration to show frame (in timebase units)
Definition at line 45 of file libvpxenc.c.
Referenced by cx_pktcpy(), and storeframe().
struct FrameListData* FrameListData::next [read] |
≤ flags for this frame
Definition at line 46 of file libvpxenc.c.
Referenced by coded_frame_add(), free_frame_list(), and queue_frames().
| int64_t FrameListData::pts |
≤ length of compressed data
Definition at line 41 of file libvpxenc.c.
Referenced by cx_pktcpy(), and storeframe().
| size_t FrameListData::sz |
≤ compressed data buffer
Definition at line 40 of file libvpxenc.c.
Referenced by cx_pktcpy(), queue_frames(), and storeframe().
1.5.8