AVAssetWriter.FinishWriting 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.
Overloads
FinishWriting() |
Developers should not use this deprecated method. Developers should use the asynchronous 'FinishWriting (NSAction completionHandler)' instead. |
FinishWriting(Action) |
Marks everything finished and runs |
FinishWriting()
Developers should not use this deprecated method. Developers should use the asynchronous 'FinishWriting (NSAction completionHandler)' instead.
[Foundation.Export("finishWriting")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use the asynchronous 'FinishWriting (NSAction completionHandler)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use the asynchronous 'FinishWriting (NSAction completionHandler)' instead.")]
public virtual bool FinishWriting ();
[Foundation.Export("finishWriting")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use the asynchronous 'FinishWriting (NSAction completionHandler)' instead.")]
public virtual bool FinishWriting ();
abstract member FinishWriting : unit -> bool
override this.FinishWriting : unit -> bool
Returns
- Attributes
Applies to
FinishWriting(Action)
Marks everything finished and runs completionHandler
.
[Foundation.Export("finishWritingWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FinishWriting (Action completionHandler);
abstract member FinishWriting : Action -> unit
override this.FinishWriting : Action -> unit
Parameters
- completionHandler
- Action
- Attributes