Table of Contents

Class ApiVideoProcessing

Namespace
VAST.Network
Assembly
VAST.Network.dll

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

bool

Mixing

Gets or sets the common mixing settings applied to all video tracks.

public ApiVideoMixing Mixing { get; set; }

Property Value

ApiVideoMixing

Tracks

Gets or sets the list of video tracks with individual processing settings.

public List<ApiVideoTrack> Tracks { get; set; }

Property Value

List<ApiVideoTrack>

Transcoding

Gets or sets whether transcoding should be enabled for video streams.

public bool Transcoding { get; set; }

Property Value

bool