Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 757 Bytes

audioencodingproperties_createwma_1370772921.md

File metadata and controls

32 lines (22 loc) · 757 Bytes
-api-id -api-type
M:Windows.Media.MediaProperties.AudioEncodingProperties.CreateWma(System.UInt32,System.UInt32,System.UInt32)
winrt method

Windows.Media.MediaProperties.AudioEncodingProperties.CreateWma

-description

Creates an instance of AudioEncodingProperties for Windows Media Audio (WMA).

-parameters

-param sampleRate

The audio sampling rate.

-param channelCount

The number of audio channels.

-param bitrate

The audio bit rate.

-returns

The audio encoding properties.

-remarks

-examples

-see-also