Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to AVURLAssetMBS class.
AVURLAssetMBS.audiovisualMIMETypes as string()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also MimeTypeToFileExtensionMBS function.
AVURLAssetMBS.audiovisualTypes as string()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
AVURLAssetMBS.isPlayableExtendedMIMEType(extendedMIMEType as string) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns true if an asset is playable with the codec(s) and container type specified in extendedMIMEType, otherwise false.
See also FileExtensionToMimeTypeMBS function.
AVURLAssetMBS.URLAssetWithFile(File as folderitem, options as dictionary = nil) as AVURLAssetMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
File: A folderitem that references the container file to be represented by the asset.
options: A dictionary that contains options for the initialization of the asset.
Returns an asset initialized for inspection of a resource referenced by folderitem.
AVURLAssetMBS.URLAssetWithURL(URL as string, options as dictionary = nil) as AVURLAssetMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | AVFoundation | MBS AVFoundation Plugin | 13.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
URL: An URL that references the container file to be represented by the asset.
options: A dictionary that contains options for the initialization of the asset.
Returns an asset initialized for inspection of a resource referenced by URL.
The items on this page are in the following plugins: MBS AVFoundation Plugin.