Class ApiVideoProcessing
Represents video processing configuration including transcoding, mixing, and per-track settings.
public class ApiVideoProcessing
- Inheritance
-
ApiVideoProcessing
- Inherited Members
Constructors
ApiVideoProcessing()
public ApiVideoProcessing()
Properties
Discard
Gets or sets whether video processing should be discarded.
public bool Discard { get; set; }
Property Value
Mixing
Gets or sets the common mixing settings applied to all video tracks.
public ApiVideoMixing Mixing { get; set; }
Property Value
Tracks
Gets or sets the list of video tracks with individual processing settings.
public List<ApiVideoTrack> Tracks { get; set; }
Property Value
Transcoding
Gets or sets whether transcoding should be enabled for video streams.
public bool Transcoding { get; set; }