Scaleform::GFx::Video::VideoPlayer::ReadBufferInfo

Scaleform::GFx::Video::VideoPlayer::ReadBufferInfo
struct ReadBufferInfo {
  UInt32 BufferSize;
  UInt32 DataSize;
  UInt32 ReloadThreshold;
};
Description

Contains read buffer information on the video read operations.

Members
Members 
Description 
UInt32 BufferSize; 
Size of the read buffer. 
UInt32 DataSize; 
Data size in the buffer. 
UInt32 ReloadThreshold; 
The threshold defined for reload timing of game data. When DataSize is less than ReloadThreshold, the next read operation is accrued. 
File

Video_Video.h