| Package | Description |
|---|---|
| com.wowza.wms.transcoder.model |
| Modifier and Type | Field | Description |
|---|---|---|
TranscoderNativeVideoFrame |
TranscoderVideoOverlayFrame.videoFrame |
| Modifier and Type | Method | Description |
|---|---|---|
TranscoderNativeVideoFrame |
TranscoderVideoOverlayFrame.getVideoFrame() |
Get the video frame.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
ITranscoderSessionNative.captureDeviceGetVideoFrame(long deviceId,
TranscoderNativeVideoFrame nativeVideoFrame) |
|
static int |
TranscoderNativeVideoFrame.deserialize(TranscoderNativeVideoFrame obj,
byte[] buffer,
int pos,
boolean includeByteArray) |
|
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) |