Video Sink Response
data class VideoSinkResponse(val inputs: List<NodeInputResponse>, val name: String, val type: String, val videoCreationProperties: VideoCreationPropertiesResponse? = null, val videoName: String, val videoPublishingOptions: VideoPublishingOptionsResponse? = null)
Video sink in a live topology allows for video and audio to be captured, optionally archived, and published via a video resource. If archiving is enabled, this results in a video of type 'archive'. If used in a batch topology, this allows for video and audio to be stored as a file, and published via a video resource of type 'file'
Constructors
Link copied to clipboard
fun VideoSinkResponse(inputs: List<NodeInputResponse>, name: String, type: String, videoCreationProperties: VideoCreationPropertiesResponse? = null, videoName: String, videoPublishingOptions: VideoPublishingOptionsResponse? = null)