AVMovie_AVMovieMovieHeaderSupport.WriteMovieHeader 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("writeMovieHeaderToURL:fileType:options:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool WriteMovieHeader (this AVFoundation.AVMovie This, Foundation.NSUrl URL, string fileType, AVFoundation.AVMovieWritingOptions options, out Foundation.NSError outError);
static member WriteMovieHeader : AVFoundation.AVMovie * Foundation.NSUrl * string * AVFoundation.AVMovieWritingOptions * -> bool
Parameters
- This
- AVMovie
- URL
- NSUrl
- fileType
- String
- options
- AVMovieWritingOptions
- outError
- NSError
Returns
- Attributes