public class TranscoderStreamDestinationVideo extends TranscoderStreamDestinationBase implements ITranscoderOverlayProvider, ITranscoderOverlayImages, ITranscoderFrameGrabProvider
| Constructor and Description |
|---|
TranscoderStreamDestinationVideo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFrameHeight()
Returns the height determined when the source was decoded
|
int |
getFrameSizeHeight()
Returns the height defined in the transcoder template for a specific rendition (
FrameSize / Height in the xml) |
int |
getFrameSizeWidth()
Returns the width defined in the transcoder template for a specific rendition (
FrameSize / Width in the xml) |
int |
getFrameWidth()
Returns the width determined when the source was decoded
|
void |
setPadding(int[] paddings)
Set padding around the video.
|
public void setPadding(int[] paddings)
paddings - public int getFrameSizeHeight()
FrameSize / Height in the xml)public int getFrameSizeWidth()
FrameSize / Width in the xml)public int getFrameHeight()
public int getFrameWidth()