PXC_SoundDataEncodingType Enumeration

From PDF XChange PDF SDK
Revision as of 07:14, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

enum PXC_SoundDataEncodingType
{
    SoundEncoding_Unknown = -1;
    SoundEncoding_Raw = 0;
    SoundEncoding_Signed = 1;
    SoundEncoding_muLaw = 2;
    SoundEncoding_ALaw = 3;
    _SoundEncoding_Last_ = 4;
};

Constants

SoundEncoding_Unknown
The ...
SoundEncoding_Raw
The ...
SoundEncoding_Signed
The ...
SoundEncoding_muLaw
The ...
SoundEncoding_ALaw
The ...
_SoundEncoding_Last_
The ...

See Also

See also ...