Class VideoPublishingOptions

java.lang.Object
com.azure.media.videoanalyzer.edge.models.VideoPublishingOptions

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

    • VideoPublishingOptions

      public VideoPublishingOptions()
  • Method Details

    • 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.