Interface VideoEntity.UpdateStages.WithMediaInfo

  • All Known Subinterfaces:
    VideoEntity.Update
    Enclosing interface:
    VideoEntity.UpdateStages

    public static interface VideoEntity.UpdateStages.WithMediaInfo
    The stage of the VideoEntity update allowing to specify mediaInfo.
    • Method Detail

      • withMediaInfo

        VideoEntity.Update withMediaInfo​(VideoMediaInfo mediaInfo)
        Specifies the mediaInfo property: Contains information about the video and audio content..
        Parameters:
        mediaInfo - Contains information about the video and audio content.
        Returns:
        the next definition stage.