AVMovie_AVMovieMovieHeaderSupport.GetMovieHeader Method

Definition

[Foundation.Export("movieHeaderWithFileType:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSData? GetMovieHeader(this AVFoundation.AVMovie This, string fileType, out Foundation.NSError? outError);
[<Foundation.Export("movieHeaderWithFileType:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetMovieHeader : AVFoundation.AVMovie * string * NSError -> Foundation.NSData

Parameters

This
AVMovie

The instance on which this method operates.

fileType
String
outError
NSError

Returns

Attributes

Applies to