AudioSettings.LinearPcmBitDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.