VideoSink type
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'
type VideoSink = SinkNodeBase & {
type: "#Microsoft.VideoAnalyzer.VideoSink"
videoCreationProperties?: VideoCreationProperties
videoName: string
videoPublishingOptions?: VideoPublishingOptions
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript