AudioEncodingProperties.CreateFlac(UInt32, UInt32, UInt32) Method
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.
Creates an instance of AudioEncodingProperties for Free Lossless Audio Codec (FLAC) audio.
public:
static AudioEncodingProperties ^ CreateFlac(unsigned int sampleRate, unsigned int channelCount, unsigned int bitsPerSample);
static AudioEncodingProperties CreateFlac(uint32_t const& sampleRate, uint32_t const& channelCount, uint32_t const& bitsPerSample);
public static AudioEncodingProperties CreateFlac(uint sampleRate, uint channelCount, uint bitsPerSample);
function createFlac(sampleRate, channelCount, bitsPerSample)
Public Shared Function CreateFlac (sampleRate As UInteger, channelCount As UInteger, bitsPerSample As UInteger) As AudioEncodingProperties
Parameters
- sampleRate
-
UInt32
unsigned int
uint32_t
The audio sampling rate.
- channelCount
-
UInt32
unsigned int
uint32_t
The number of audio channels.
- bitsPerSample
-
UInt32
unsigned int
uint32_t
The number of bits per sample.
Returns
The audio encoding properties.
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|