Table of Contents

Class VideoProcessing

Namespace
VAST.Image.Mixing
Assembly
VAST.Image.dll

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

bool

Mixing

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

public VideoMixing Mixing { get; set; }

Property Value

VideoMixing

Tracks

Gets or sets the list of video track configurations for the output.

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

Property Value

List<VideoTrack>

Transcoding

Gets or sets whether video transcoding is enabled.

public bool Transcoding { get; set; }

Property Value

bool