Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.RAW.UseBigEndian property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property UseBigEndian As bool


 

[C#]

public bool UseBigEndian {get; set;}


 

[C++]

public: __property bool get_UseBigEndian();

public: __property void set_UseBigEndian(bool);


 

 

Remarks

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 if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_RAW.

 

For further details about using RAW formats refer to the EncodeRAW class section.

For further information about available encoding formats see the EncodeFormatsMan class.