AudioSettings.LinearPcmFloat Property

Definition

Indicates whether the audio format is floating point.

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

Property Value

Remarks

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

Applies to