AudioConverterPrimeMethod Enum
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.
The prime method constants.
public enum AudioConverterPrimeMethod
type AudioConverterPrimeMethod =
- Inheritance
-
AudioConverterPrimeMethod
Fields
Name | Value | Description |
---|---|---|
Pre | 0 | Represents primes with both leading and trailing input frames. |
Normal | 1 | Represents primes with trailing input frames only. |
None | 2 | Represents primes with both leading and trailing input frames to be silence. |