AudioSettings.LinearPcmNonInterleaved Property

Definition

Indicates that the audio format is non-interleaved.

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

Property Value

Remarks

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

Applies to