#include <robot_decoder.h>
Public Attributes | |
int | bytesPlaying |
uint16 | rate |
uint8 | bits |
Playback state information. Used for framerate calculation.
int Sci::RobotAudioStream::StreamState::bytesPlaying |
The current position of the read head of the audio stream.
uint16 Sci::RobotAudioStream::StreamState::rate |
The sample rate of the audio stream. Always 22050.
uint8 Sci::RobotAudioStream::StreamState::bits |
The bit depth of the audio stream. Always 16.