xoreos  0.0.5
Public Attributes | List of all members
Video::XboxMediaVideo::PacketVideo Struct Reference

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...
 

Detailed Description

A video packet.

Definition at line 131 of file xmv.h.

Member Data Documentation

◆ currentFrameSize

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().

◆ currentFrameTimestamp

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().

◆ dataOffset

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().

◆ dataSize

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().

◆ frameCount

uint32 Video::XboxMediaVideo::PacketVideo::frameCount

◆ lastFrameTime

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().


The documentation for this struct was generated from the following file: