AVMediaSelectionGroup.MediaSelectionOptions 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.
Overloads
MediaSelectionOptions(AVMediaSelectionOption[], NSLocale) |
Returns an array of AVMediaSelectionOption objects from |
MediaSelectionOptions(AVMediaSelectionOption[], NSString[]) |
Returns an array of AVMediaSelectionOption objects from |
MediaSelectionOptions(AVMediaSelectionOption[], NSLocale)
Returns an array of AVMediaSelectionOption objects from source
that match the specified locale
.
[Foundation.Export("mediaSelectionOptionsFromArray:withLocale:")]
public static AVFoundation.AVMediaSelectionOption[] MediaSelectionOptions (AVFoundation.AVMediaSelectionOption[] source, Foundation.NSLocale locale);
static member MediaSelectionOptions : AVFoundation.AVMediaSelectionOption[] * Foundation.NSLocale -> AVFoundation.AVMediaSelectionOption[]
Parameters
- source
- AVMediaSelectionOption[]
- locale
- NSLocale
Returns
- Attributes
Applies to
MediaSelectionOptions(AVMediaSelectionOption[], NSString[])
Returns an array of AVMediaSelectionOption objects from source
that match the specified avmediaCharacteristics
.
[Foundation.Export("mediaSelectionOptionsFromArray:withMediaCharacteristics:")]
public static AVFoundation.AVMediaSelectionOption[] MediaSelectionOptions (AVFoundation.AVMediaSelectionOption[] source, Foundation.NSString[] avmediaCharacteristics);
static member MediaSelectionOptions : AVFoundation.AVMediaSelectionOption[] * Foundation.NSString[] -> AVFoundation.AVMediaSelectionOption[]
Parameters
- source
- AVMediaSelectionOption[]
- avmediaCharacteristics
- NSString[]
Returns
- Attributes