AVAssetWriterInputPixelBufferAdaptor.FromInput 메서드

정의

지정된 inputsourcePixelBufferAttributes를 사용하여 을 AVAssetWriterInputPixelBufferAdaptor 만드는 팩터리 메서드입니다.

[Foundation.Advice("Use 'Create' method.")]
[Foundation.Export("assetWriterInputPixelBufferAdaptorWithAssetWriterInput:sourcePixelBufferAttributes:")]
public static AVFoundation.AVAssetWriterInputPixelBufferAdaptor FromInput (AVFoundation.AVAssetWriterInput input, Foundation.NSDictionary sourcePixelBufferAttributes);
static member FromInput : AVFoundation.AVAssetWriterInput * Foundation.NSDictionary -> AVFoundation.AVAssetWriterInputPixelBufferAdaptor

매개 변수

sourcePixelBufferAttributes
NSDictionary

사전에는 클래스의 CVPixelBuffer 키를 사용하는 구성 정보가 포함되어야 합니다.

이 매개 변수는 null일 수 있습니다.

반환

특성

적용 대상