SaturnRingLibrary 0.9.2
SGL wrapper
 
Loading...
Searching...
No Matches
SRL::CinepakPlayer::MovieDecodeParams Struct Reference

Detailed Description

Parameters to specify movie playback decoding.

#include <srl_cinepak.hpp>

Public Member Functions

 MovieDecodeParams ()
 Construct default decode parameters.
 

Public Attributes

CinepakPlayer::ColorDepth ColorDepth
 Playback color depth.
 
SRL::Memory::Zone DecodeBufferLocation
 Location of the decode buffer in the memory, by default uses autonew for allocation, contains decoded frame.
 
uint16_t * PCMAddress
 Location of PCM buffer.
 
uint32_t PCMSize
 Size of the PCM buffer.
 
SRL::Memory::Zone RingBufferLocation
 Location of the ring buffer in the memory, by default it is placed in LWRAM.
 
uint32_t RingBufferSize
 Size of a ring buffer.