Annotation Type VideoFrameProcessor.InputType
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface VideoFrameProcessor.InputType
Specifies how the input frames are made available to theVideoFrameProcessor. One ofVideoFrameProcessor.INPUT_TYPE_SURFACE,VideoFrameProcessor.INPUT_TYPE_BITMAPorVideoFrameProcessor.INPUT_TYPE_TEXTURE_ID.