Uses "Big-endian" convention during the encoding in RAW format..
Supported values are the following:
Mnemonic Value
|
Meaning
|
false (default)
|
Use "Little-endian" convention
|
true
|
Use "Big-endian" convention
|
This property is used only in the following situations:
During a recording session if the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_RAW (for further details see the How to perform a recording session section).
During a CD ripping session if the EncodeFormats.ForCdRipping property is set to ENCODING_FORMAT_RAW (for further details see the How to perform a CD ripping session section).
During an exporting session if the EncodeFormats.ForExporting property is set to ENCODING_FORMAT_RAW (for further details see the How to export a recorded sound section).
For further details about using RAW formats refer to the EncodeRAW class section.
For further information about available encoding formats see the EncodeFormatsMan class.
|