AudioSettings.LinearPcmBigEndian Property

Definition

Indicates whether the audio format is big endian.

public Nullable<bool> LinearPcmBigEndian { get; set; }
member this.LinearPcmBigEndian : Nullable<bool> with get, set

Property Value

Remarks

The property uses constant AVLinearPCMIsBigEndianKey value to access the underlying dictionary.

Applies to