MLO_SampleFormat Struct Reference
[PCM Sample Buffers]

Information about the encoding, memory layout, sample rate and number of channels of the PCM audio data represented by an MLO_SampleBuffer object. More...

#include <MloSampleBuffer.h>


Data Fields

MLO_SampleType type
 Encoding and memory layout of samples.
MLO_Cardinal sample_rate
 Sample rate in Hz.
MLO_Cardinal channel_count
 Number of channels.
MLO_Cardinal bits_per_sample
 Number of bits per sample (multiple of 8).


Detailed Description

Information about the encoding, memory layout, sample rate and number of channels of the PCM audio data represented by an MLO_SampleBuffer object.


Field Documentation

MLO_SampleType MLO_SampleFormat::type

Encoding and memory layout of samples.

MLO_Cardinal MLO_SampleFormat::sample_rate

Sample rate in Hz.

MLO_Cardinal MLO_SampleFormat::channel_count

Number of channels.


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