Microsoft.Maui.Media Namespace
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.
Provides interfaces, classes and supporting types to work with media across all supported platforms. E.g. pick an image, take a screenshot, use text-to-speech, etc.
Classes
Locale |
Represents a specific geographical, political, or cultural region. |
MediaPicker | |
MediaPickerOptions | |
Screenshot |
Take a screenshot depicting the current View. |
ScreenshotExtensions |
This class contains static extension methods for use with IScreenshot. |
SpeechOptions |
Text-to-speech options. |
TextToSpeech |
Speak text to Speech |
UnitConverters |
Built in unit converters |
Interfaces
IMediaPicker |
The MediaPicker API lets a user pick or take a photo or video on the device. |
IPlatformScreenshot |
Provides abstractions for the platform screenshot methods when using Screenshot. |
IScreenshot |
The Screenshot API lets you take a capture of the current displayed screen of the app. |
IScreenshotResult | |
ITextToSpeech |
Enums
ScreenshotFormat |
The format to read screenshot images. |
Remarks
The functionality in this namespace is formerly known as (Xamarin) Essentials.