AVMovie
AVMovie(IntPtr)
AVMovie(NativeHandle)
AVMovie(NSObjectFlag)
AVMovie(NSData, NSDictionary<NSString, NSObject>)
AVMovie(NSUrl, NSDictionary<NSString, NSObject>)
CanContainMovieFragments
ClassHandle
ContainsMovieFragments
Data
DefaultMediaDataStorage
MovieTypes
ReferenceRestrictionsKey
ShouldSupportAliasDataReferencesKey
Tracks
URL
Copy(NSZone)
FromData(NSData, NSDictionary<NSString, NSObject>)
FromUrl(NSUrl, NSDictionary<NSString, NSObject>)
MutableCopy(NSZone)
GetMovieHeader(AVMovie, String, NSError)
GetTrack(AVMovie, Int32)
GetTracks(AVMovie, AVMediaCharacteristics)
GetTracks(AVMovie, AVMediaTypes)
GetTracks(AVMovie, String)
GetTracksWithMediaCharacteristic(AVMovie, String)
IsCompatibleWithFileType(AVMovie, String)
LoadTrack(AVMovie, Int32, Action<AVMutableCompositionTrack, NSError>)
LoadTrackAsync(AVMovie, Int32)
LoadTracksWithMediaCharacteristic(AVMovie, String, Action<NSArray<AVMutableCompositionTrack>, NSError>)
LoadTracksWithMediaCharacteristicAsync(AVMovie, String)
LoadTracksWithMediaType(AVMovie, String, Action<NSArray<AVMutableCompositionTrack>, NSError>)
LoadTracksWithMediaTypeAsync(AVMovie, String)
WriteMovieHeader(AVMovie, NSUrl, String, AVMovieWritingOptions, NSError)
xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public static class AVMovie_AVMovieMovieHeaderSupport
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("writeMovieHeaderToURL:fileType:options:error:")]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
public static bool WriteMovieHeader(this AVMovie! This, NSUrl! URL, string! fileType, AVMovieWritingOptions options, out NSError? outError);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API