|
FFmpeg
|
Data Fields | |
| int64_t | data |
| int64_t | total_duration |
| int64_t | packets |
| uint32_t | frame_size |
| uint32_t * | byte_size_buffer |
| uint32_t * | frame_size_buffer |
| unsigned | byte_size_buffer_sz |
| unsigned | frame_size_buffer_sz |
| int64_t CAFContext::data |
Definition at line 34 of file cafenc.c.
Referenced by caf_write_header(), and caf_write_trailer().
| int64_t CAFContext::total_duration |
Definition at line 35 of file cafenc.c.
Referenced by caf_write_packet(), and caf_write_trailer().
| int64_t CAFContext::packets |
Definition at line 36 of file cafenc.c.
Referenced by caf_write_packet(), and caf_write_trailer().
| uint32_t CAFContext::frame_size |
Definition at line 37 of file cafenc.c.
Referenced by caf_write_header(), caf_write_packet(), and caf_write_trailer().
| uint32_t* CAFContext::byte_size_buffer |
Definition at line 39 of file cafenc.c.
Referenced by caf_write_deinit(), caf_write_packet(), and caf_write_trailer().
| uint32_t* CAFContext::frame_size_buffer |
Definition at line 40 of file cafenc.c.
Referenced by caf_write_deinit(), caf_write_packet(), and caf_write_trailer().
| unsigned CAFContext::byte_size_buffer_sz |
Definition at line 41 of file cafenc.c.
Referenced by caf_write_packet().
| unsigned CAFContext::frame_size_buffer_sz |
Definition at line 42 of file cafenc.c.
Referenced by caf_write_packet().
1.8.17