AVMovie_AVMovieMovieHeaderSupport.GetMovieHeader 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.
[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