PXC_SoundDataEncodingType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_SoundDataEncodingType Enumeration}}
 
{{#customTitle:PXC_SoundDataEncodingType Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_SoundDataEncodingType|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_SoundDataEncodingType
 
<pre class="brush:cpp;gutter:false">enum PXC_SoundDataEncodingType
 
{
 
{
     SoundEncoding_Unknown = -1;
+
     SoundEncoding_Unknown = -1,
     SoundEncoding_Raw = 0;
+
     SoundEncoding_Raw     = 0,
     SoundEncoding_Signed = 1;
+
     SoundEncoding_Signed = 1,
     SoundEncoding_muLaw = 2;
+
     SoundEncoding_muLaw   = 2,
     SoundEncoding_ALaw = 3;
+
     SoundEncoding_ALaw   = 3,
     _SoundEncoding_Last_ = 4;
+
     _SoundEncoding_Last_ = 4,
 
};
 
};
 
</pre>
 
</pre>
Line 31: Line 35:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_Sound_EncodingType|IPXC_Sound::EncodingType]]

Latest revision as of 10:38, 23 May 2015


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

IPXC_Sound::EncodingType