Platforms to show: All Mac Windows Linux Cross-Platform

Back to Movie class.

Movie.AVAssetMBS as AVAssetMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVFoundation MBS AVFoundation Plugin 14.0 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns the AVAsset for this movie.
Example
dim f as FolderItem = SpecialFolder.Desktop.Child("test.m4v")
dim m as movie = f.OpenAsMovie
dim asset as AVAssetMBS = m.AVAssetMBS
MsgBox str(asset.duration.Seconds)+" seconds"

Useful in order to use plugin functions on a movie object, e.g. query meta data.
Only for Cocoa target in Xojo 2014.

Some examples using this method:

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...