|
xoreos
0.0.5
|
An XMV packet. More...

Public Attributes | |
| size_t | thisPacketSize |
| The current packet's size. More... | |
| size_t | nextPacketSize |
| The next packet's size. More... | |
| size_t | thisPacketOffset |
| The current packet's offset within the XMV stream. More... | |
| size_t | nextPacketOffset |
| The next packet's offset within the XMV stream. More... | |
| PacketVideo | video |
| The video part of the packet. More... | |
| std::vector< PacketAudio > | audio |
| The audio part of the packet. More... | |
| std::vector<PacketAudio> Video::XboxMediaVideo::Packet::audio |
The audio part of the packet.
Definition at line 169 of file xmv.h.
Referenced by Video::XboxMediaVideo::decodeNextTrackFrame(), Video::XboxMediaVideo::load(), Video::XboxMediaVideo::processPacketHeader(), and Video::XboxMediaVideo::queueNewAudio().
| size_t Video::XboxMediaVideo::Packet::nextPacketOffset |
The next packet's offset within the XMV stream.
Definition at line 163 of file xmv.h.
Referenced by Video::XboxMediaVideo::fetchNextPacket(), and Video::XboxMediaVideo::load().
| size_t Video::XboxMediaVideo::Packet::nextPacketSize |
The next packet's size.
Definition at line 160 of file xmv.h.
Referenced by Video::XboxMediaVideo::fetchNextPacket(), Video::XboxMediaVideo::load(), and Video::XboxMediaVideo::processPacketHeader().
| size_t Video::XboxMediaVideo::Packet::thisPacketOffset |
The current packet's offset within the XMV stream.
Definition at line 162 of file xmv.h.
Referenced by Video::XboxMediaVideo::fetchNextPacket().
| size_t Video::XboxMediaVideo::Packet::thisPacketSize |
The current packet's size.
Definition at line 159 of file xmv.h.
Referenced by Video::XboxMediaVideo::fetchNextPacket(), and Video::XboxMediaVideo::load().
| PacketVideo Video::XboxMediaVideo::Packet::video |
The video part of the packet.
Definition at line 166 of file xmv.h.
Referenced by Video::XboxMediaVideo::decodeNextTrackFrame(), Video::XboxMediaVideo::load(), and Video::XboxMediaVideo::processPacketHeader().
1.8.14