AudioSettings.LinearPcmBitDepth Property

Definition

Represents the bit depth for a linear PCM audio format.

public Nullable<int> LinearPcmBitDepth { get; set; }
member this.LinearPcmBitDepth : Nullable<int> with get, set

Property Value

Only values 8, 16, 24, and 32 are allowed

Remarks

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

Applies to