Uses of Class
org.robovm.apple.avfoundation.AVAssetWriterInput
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVAssetWriterInput in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVAssetWriterInput Modifier and Type Method Description AVAssetWriterInputAVAssetWriterInputMetadataAdaptor. getAssetWriterInput()AVAssetWriterInputAVAssetWriterInputPixelBufferAdaptor. getAssetWriterInput()AVAssetWriterInputAVAssetWriterInputGroup. getDefaultInput()Methods in org.robovm.apple.avfoundation that return types with arguments of type AVAssetWriterInput Modifier and Type Method Description NSArray<AVAssetWriterInput>AVAssetWriter. getInputs()NSArray<AVAssetWriterInput>AVAssetWriterInputGroup. getInputs()Methods in org.robovm.apple.avfoundation with parameters of type AVAssetWriterInput Modifier and Type Method Description voidAVAssetWriter. addInput(AVAssetWriterInput input)voidAVAssetWriterInput. addTrackAssociation(AVAssetWriterInput input, AVTrackAssociationType trackAssociationType)booleanAVAssetWriter. canAddInput(AVAssetWriterInput input)booleanAVAssetWriterInput. canAddTrackAssociation(AVAssetWriterInput input, AVTrackAssociationType trackAssociationType)protected longAVAssetWriterInputGroup. init(NSArray<AVAssetWriterInput> inputs, AVAssetWriterInput defaultInput)protected longAVAssetWriterInputMetadataAdaptor. init(AVAssetWriterInput input)protected longAVAssetWriterInputPixelBufferAdaptor. init(AVAssetWriterInput input, CVPixelBufferAttributes sourcePixelBufferAttributes)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVAssetWriterInput Modifier and Type Method Description protected longAVAssetWriterInputGroup. init(NSArray<AVAssetWriterInput> inputs, AVAssetWriterInput defaultInput)Constructors in org.robovm.apple.avfoundation with parameters of type AVAssetWriterInput Constructor Description AVAssetWriterInputGroup(NSArray<AVAssetWriterInput> inputs, AVAssetWriterInput defaultInput)AVAssetWriterInputMetadataAdaptor(AVAssetWriterInput input)AVAssetWriterInputPixelBufferAdaptor(AVAssetWriterInput input, CVPixelBufferAttributes sourcePixelBufferAttributes)Constructor parameters in org.robovm.apple.avfoundation with type arguments of type AVAssetWriterInput Constructor Description AVAssetWriterInputGroup(NSArray<AVAssetWriterInput> inputs, AVAssetWriterInput defaultInput)