SoundData (Русский)

Содержит не обработанные аудио данные. Чтобы воспроизвести эти данные, вы должны сначала загрузить их в объект Source.

Функции

Data:getPointer Gets a pointer to the Data.
Data:getSize Gets the size of the Data.
FileData Data representing the contents of a file.
FontData A FontData represents a font.
GlyphData A GlyphData represents a drawable symbol of a font.
ImageData Raw (decoded) image data.
SoundData Contains raw audio samples.
SoundData:getBits Returns the number of bits per sample.
SoundData:getChannels Returns the number of channels in the stream.
SoundData:getSample Gets the sample at the specified position.
SoundData:getSampleRate Returns the sample rate of the SoundData.
SoundData:setSample Sets the sample at the specified position.

Базовый тип

Data

Смотрите также


Другие языки

Personal tools