IAVAssetWriterDelegate.DidOutputSegmentData 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
| Name | Description |
|---|---|
| DidOutputSegmentData(AVAssetWriter, NSData, AVAssetSegmentType) | |
| DidOutputSegmentData(AVAssetWriter, NSData, AVAssetSegmentType, AVAssetSegmentReport) |
DidOutputSegmentData(AVAssetWriter, NSData, AVAssetSegmentType)
[Foundation.Export("assetWriter:didOutputSegmentData:segmentType:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidOutputSegmentData(AVFoundation.AVAssetWriter writer, Foundation.NSData segmentData, AVFoundation.AVAssetSegmentType segmentType);
[<Foundation.Export("assetWriter:didOutputSegmentData:segmentType:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidOutputSegmentData : AVFoundation.AVAssetWriter * Foundation.NSData * AVFoundation.AVAssetSegmentType -> unit
override this.DidOutputSegmentData : AVFoundation.AVAssetWriter * Foundation.NSData * AVFoundation.AVAssetSegmentType -> unit
Parameters
- writer
- AVAssetWriter
- segmentData
- NSData
- segmentType
- AVAssetSegmentType
- Attributes
Applies to
DidOutputSegmentData(AVAssetWriter, NSData, AVAssetSegmentType, AVAssetSegmentReport)
[Foundation.Export("assetWriter:didOutputSegmentData:segmentType:segmentReport:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidOutputSegmentData(AVFoundation.AVAssetWriter writer, Foundation.NSData segmentData, AVFoundation.AVAssetSegmentType segmentType, AVFoundation.AVAssetSegmentReport? segmentReport);
[<Foundation.Export("assetWriter:didOutputSegmentData:segmentType:segmentReport:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidOutputSegmentData : AVFoundation.AVAssetWriter * Foundation.NSData * AVFoundation.AVAssetSegmentType * AVFoundation.AVAssetSegmentReport -> unit
override this.DidOutputSegmentData : AVFoundation.AVAssetWriter * Foundation.NSData * AVFoundation.AVAssetSegmentType * AVFoundation.AVAssetSegmentReport -> unit
Parameters
- writer
- AVAssetWriter
- segmentData
- NSData
- segmentType
- AVAssetSegmentType
- segmentReport
- AVAssetSegmentReport
- Attributes