Package org.robovm.apple.avfoundation
Interface AVVideoCompositing
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVVideoCompositingAdapter
public interface AVVideoCompositing extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidanticipateRenderingUsingHint(AVVideoCompositionRenderHint renderHint)voidcancelAllPendingVideoCompositionRequests()booleancanConformColorOfSourceFrames()CVPixelBufferAttributesgetRequiredPixelBufferAttributesForRenderContext()CVPixelBufferAttributesgetSourcePixelBufferAttributes()voidprerollForRenderingUsingHint(AVVideoCompositionRenderHint renderHint)voidrenderContextChanged(AVVideoCompositionRenderContext newRenderContext)voidstartVideoCompositionRequest(AVAsynchronousVideoCompositionRequest asyncVideoCompositionRequest)booleansupportsHDRSourceFrames()booleansupportsWideColorSourceFrames()
-
Method Details
-
getSourcePixelBufferAttributes
CVPixelBufferAttributes getSourcePixelBufferAttributes() -
getRequiredPixelBufferAttributesForRenderContext
CVPixelBufferAttributes getRequiredPixelBufferAttributesForRenderContext() -
supportsWideColorSourceFrames
boolean supportsWideColorSourceFrames()- Since:
- Available in iOS 10.0 and later.
-
supportsHDRSourceFrames
boolean supportsHDRSourceFrames()- Since:
- Available in iOS 14.0 and later.
-
canConformColorOfSourceFrames
boolean canConformColorOfSourceFrames()- Since:
- Available in iOS 15.0 and later.
-
renderContextChanged
-
startVideoCompositionRequest
void startVideoCompositionRequest(AVAsynchronousVideoCompositionRequest asyncVideoCompositionRequest) -
cancelAllPendingVideoCompositionRequests
void cancelAllPendingVideoCompositionRequests() -
anticipateRenderingUsingHint
- Since:
- Available in iOS 13.0 and later.
-
prerollForRenderingUsingHint
- Since:
- Available in iOS 13.0 and later.
-