Class VideoPublishingOptions


  • public final class VideoPublishingOptions
    extends Object
    Options for changing video publishing behavior on the video sink and output video.
    • Constructor Detail

      • VideoPublishingOptions

        public VideoPublishingOptions()
    • Method Detail

      • getEnableVideoPreviewImage

        public String getEnableVideoPreviewImage()
        Get the enableVideoPreviewImage property: When set to 'true' the video will publish preview images. Default is 'false'.
        Returns:
        the enableVideoPreviewImage value.
      • setEnableVideoPreviewImage

        public VideoPublishingOptions setEnableVideoPreviewImage​(String enableVideoPreviewImage)
        Set the enableVideoPreviewImage property: When set to 'true' the video will publish preview images. Default is 'false'.
        Parameters:
        enableVideoPreviewImage - the enableVideoPreviewImage value to set.
        Returns:
        the VideoPublishingOptions object itself.