bitOrder property

String? bitOrder
final

You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

The order the bits of a PCM sample are stored in.

The supported value is LittleEndian.

Implementation

final String? bitOrder;