|
FFmpeg
|
Context for demuxing an XMV file. More...
Public Attributes | |
| uint16_t | audio_track_count |
| Number of audio track in this file. | |
| uint32_t | this_packet_size |
| Size of the current packet. | |
| uint32_t | next_packet_size |
| Size of the next packet. | |
| uint64_t | this_packet_offset |
| Offset of the current packet. | |
| uint64_t | next_packet_offset |
| Offset of the next packet. | |
| uint16_t | current_stream |
| The index of the stream currently handling. | |
| uint16_t | stream_count |
| The number of streams in this file. | |
| uint32_t | video_duration |
| uint32_t | video_width |
| uint32_t | video_height |
| XMVVideoPacket | video |
| The video packet contained in each packet. | |
| XMVAudioPacket * | audio |
| The audio packets contained in each packet. | |
Context for demuxing an XMV file.
1.8.12