Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaPlayer.AudioCategory Property
Definition
- Namespace:
- Windows.Media.Playback
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.
Gets or sets the type of audio that is currently being played.
public:
property MediaPlayerAudioCategory AudioCategory { MediaPlayerAudioCategory get(); void set(MediaPlayerAudioCategory value); };
MediaPlayerAudioCategory AudioCategory();
void AudioCategory(MediaPlayerAudioCategory value);
public MediaPlayerAudioCategory AudioCategory { get; set; }
var mediaPlayerAudioCategory = mediaPlayer.audioCategory;
mediaPlayer.audioCategory = mediaPlayerAudioCategory;
Public Property AudioCategory As MediaPlayerAudioCategory
Property Value
The type of audio that is currently being played.
Applies to
Feedback
Was this page helpful?
