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