AVUrlAsset.IsPlayable(String) 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.
Returns true
if the player can play items with the specified extended MIME type.
[Foundation.Export("isPlayableExtendedMIMEType:")]
public static bool IsPlayable (string extendedMimeType);
static member IsPlayable : string -> bool
Parameters
- extendedMimeType
- String
Returns
- Attributes