Live Stream v1 API - Class PreprocessingConfig (1.2.0)

public sealed class PreprocessingConfig : IMessage<PreprocessingConfig>, IEquatable<PreprocessingConfig>, IDeepCloneable<PreprocessingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class PreprocessingConfig.

Preprocessing configurations.

Inheritance

object > PreprocessingConfig

Namespace

GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.LiveStreamV1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

PreprocessingConfig()

public PreprocessingConfig()

PreprocessingConfig(PreprocessingConfig)

public PreprocessingConfig(PreprocessingConfig other)
Parameter
NameDescription
otherPreprocessingConfig

Properties

Audio

public PreprocessingConfig.Types.Audio Audio { get; set; }

Audio preprocessing configuration.

Property Value
TypeDescription
PreprocessingConfigTypesAudio

Crop

public PreprocessingConfig.Types.Crop Crop { get; set; }

Specify the video cropping configuration.

Property Value
TypeDescription
PreprocessingConfigTypesCrop

Pad

public PreprocessingConfig.Types.Pad Pad { get; set; }

Specify the video pad filter configuration.

Property Value
TypeDescription
PreprocessingConfigTypesPad