xoreos
0.0.5
|
A video packet. More...
Public Attributes | |
uint32 | dataSize |
The video data size. More... | |
uint32 | dataOffset |
The video data offset within the XMV stream. More... | |
uint32 | frameCount |
Number of frames left in this packet. More... | |
uint32 | currentFrameSize |
The size of the current frame. More... | |
uint32 | currentFrameTimestamp |
The timestamp of when the current frame should be shown. More... | |
uint32 | lastFrameTime |
The timestamp of when the current last frame was shown. More... | |
uint32 Video::XboxMediaVideo::PacketVideo::currentFrameSize |
The size of the current frame.
The size of the current frame.
Definition at line 138 of file xmv.h.
Referenced by Video::XboxMediaVideo::processNextFrame().
uint32 Video::XboxMediaVideo::PacketVideo::currentFrameTimestamp |
The timestamp of when the current frame should be shown.
Definition at line 140 of file xmv.h.
Referenced by Video::XboxMediaVideo::load(), and Video::XboxMediaVideo::processNextFrame().
uint32 Video::XboxMediaVideo::PacketVideo::dataOffset |
The video data offset within the XMV stream.
Definition at line 133 of file xmv.h.
Referenced by Video::XboxMediaVideo::processNextFrame(), and Video::XboxMediaVideo::processPacketHeader().
uint32 Video::XboxMediaVideo::PacketVideo::dataSize |
The video data size.
Definition at line 132 of file xmv.h.
Referenced by Video::XboxMediaVideo::processNextFrame(), and Video::XboxMediaVideo::processPacketHeader().
uint32 Video::XboxMediaVideo::PacketVideo::frameCount |
Number of frames left in this packet.
Definition at line 135 of file xmv.h.
Referenced by Video::XboxMediaVideo::decodeNextTrackFrame(), Video::XboxMediaVideo::load(), Video::XboxMediaVideo::processNextFrame(), and Video::XboxMediaVideo::processPacketHeader().
uint32 Video::XboxMediaVideo::PacketVideo::lastFrameTime |
The timestamp of when the current last frame was shown.
Definition at line 143 of file xmv.h.
Referenced by Video::XboxMediaVideo::load(), and Video::XboxMediaVideo::processNextFrame().