Uses "Big-endian" convention during the encoding in RAW format.
Mnemonic constant
|
Value
|
Meaning
|
BOOL_FALSE
|
0
|
Use "Little-endian" convention
|
BOOL_TRUE
|
1
|
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 encoding in RAW format refer to the RAW object section.
For further information about available encoding formats see the EncodeFormats object.
|