ScummVM API documentation
Sci::RobotAudioStream::RobotAudioPacket Struct Reference

#include <robot_decoder.h>

Public Member Functions

 RobotAudioPacket (byte *data_, const int dataSize_, const int position_)
 

Public Attributes

byte * data
 
int dataSize
 
int position
 

Detailed Description

A single packet of compressed audio from a Robot data stream.

Member Data Documentation

◆ data

byte* Sci::RobotAudioStream::RobotAudioPacket::data

Raw DPCM-compressed audio data.

◆ dataSize

int Sci::RobotAudioStream::RobotAudioPacket::dataSize

The size of the compressed audio data, in bytes.

◆ position

int Sci::RobotAudioStream::RobotAudioPacket::position

The uncompressed, file-relative position of this audio packet.


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