MediaCaptureInitializationSettings.MediaCategory 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.
Gets or set the media category.
public:
property MediaCategory MediaCategory { MediaCategory get(); void set(MediaCategory value); };
MediaCategory MediaCategory();
void MediaCategory(MediaCategory value);
public MediaCategory MediaCategory { get; set; }
var mediaCategory = mediaCaptureInitializationSettings.mediaCategory;
mediaCaptureInitializationSettings.mediaCategory = mediaCategory;
Public Property MediaCategory As MediaCategory
Property Value
The media category.
Windows requirements
App capabilities |
backgroundMediaRecording
|
Remarks
If you set the MediaCategory property, the media capture pipeline will attempt to optimize for the specified scenario. For example, if you set the value to Speech, audio processing such as echo cancellation and noise suppression may be enabled.