AVAssetWriterInput
AVAssetWriterInput(IntPtr)
AVAssetWriterInput(NativeHandle)
AVAssetWriterInput(NSObjectFlag)
AVAssetWriterInput(String, AudioSettings)
AVAssetWriterInput(String, AVVideoSettingsCompressed)
AVAssetWriterInput(String, NSDictionary)
AVAssetWriterInput(String, AudioSettings, CMFormatDescription)
AVAssetWriterInput(String, AVVideoSettingsCompressed, CMFormatDescription)
AVAssetWriterInput(String, NSDictionary, CMFormatDescription)
CanPerformMultiplePasses
ClassHandle
CurrentPassDescription
ExpectsMediaDataInRealTime
ExtendedLanguageTag
LanguageCode
MarksOutputTrackAsEnabled
MediaDataLocation
MediaTimeScale
MediaType
Metadata
NaturalSize
OutputSettings
PerformsMultiPassEncodingIfSupported
PreferredMediaChunkAlignment
PreferredMediaChunkDuration
PreferredVolume
ReadyForMoreMediaData
SampleReferenceBaseUrl
SourceFormatHint
Transform
AddTrackAssociationWithTrackOfInput(AVAssetWriterInput, NSString)
AppendSampleBuffer(CMSampleBuffer)
CanAddTrackAssociationWithTrackOfInput(AVAssetWriterInput, NSString)
Create(String, AudioSettings)
Create(String, AVVideoSettingsCompressed)
Create(String, AudioSettings, CMFormatDescription)
Create(String, AVVideoSettingsCompressed, CMFormatDescription)
MarkAsFinished()
MarkCurrentPassAsFinished()
RequestMediaData(DispatchQueue, Action)
SetPassHandler(DispatchQueue, Action)
xamarinios
namespace AVFoundation
{
[Register("AVAssetWriterInput", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class AVAssetWriterInput : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("respondToEachPassDescriptionOnQueue:usingBlock:")]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
public virtual void SetPassHandler(DispatchQueue! queue, [BlockProxy(typeof(NIDAction))] Action! passHandler);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API