Uses of Class
com.wowza.wms.transcoder.model.TranscoderNativeVideoFrame
-
Packages that use TranscoderNativeVideoFrame Package Description com.wowza.wms.transcoder.model -
-
Uses of TranscoderNativeVideoFrame in com.wowza.wms.transcoder.model
Fields in com.wowza.wms.transcoder.model declared as TranscoderNativeVideoFrame Modifier and Type Field Description TranscoderNativeVideoFrame
TranscoderVideoOverlayFrame. videoFrame
Methods in com.wowza.wms.transcoder.model that return TranscoderNativeVideoFrame Modifier and Type Method Description TranscoderNativeVideoFrame
TranscoderVideoOverlayFrame. getVideoFrame()
Get the video frame.Methods in com.wowza.wms.transcoder.model with parameters of type TranscoderNativeVideoFrame Modifier and Type Method Description long
ITranscoderSessionNative. captureDeviceGetVideoFrame(long deviceId, TranscoderNativeVideoFrame nativeVideoFrame)
void
ITranscoderFrameGrabResult. onGrabFrame(TranscoderNativeVideoFrame nativeFrame)
Trigger when frame is available.long
ITranscoderSessionNative. videoDecoderBufferGetVideoFrame(long classPtr, long decoderBufferSetIndex, TranscoderNativeVideoFrame nativeVideoFrame)
long
ITranscoderSessionNative. videoDecoderBufferSetOverlayVideoFrame(long classPtr, long overlayIndex, TranscoderNativeVideoFrame nativeVideoFrame)
long
ITranscoderSessionNative. videoEncoderBufferGetVideoFrame(long classPtr, long encoderBufferSetIndex, long encoderBufferIndex, TranscoderNativeVideoFrame nativeVideoFrame)
long
ITranscoderSessionNative. videoEncoderBufferSetOverlayVideoFrame(long classPtr, long encoderBufferSetIndex, long overlayIndex, TranscoderNativeVideoFrame nativeVideoFrame)
-