Class VideoProcessing
Defines video processing configuration including transcoding settings, mixing rules, and output track specifications.
public class VideoProcessing
- Inheritance
-
VideoProcessing
- Inherited Members
Constructors
VideoProcessing()
public VideoProcessing()
Properties
Discard
Gets or sets whether video should be discarded from the output.
public bool Discard { get; set; }
Property Value
Mixing
Gets or sets the common mixing settings applied to all video tracks.
public VideoMixing Mixing { get; set; }
Property Value
Tracks
Gets or sets the list of video track configurations for the output.
public List<VideoTrack> Tracks { get; set; }
Property Value
Transcoding
Gets or sets whether video transcoding is enabled.
public bool Transcoding { get; set; }