public sealed class PreprocessingConfig : IMessage<PreprocessingConfig>, IEquatable<PreprocessingConfig>, IDeepCloneable<PreprocessingConfig>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class PreprocessingConfig.
Preprocessing configurations.
Implements
IMessage<PreprocessingConfig>, IEquatable<PreprocessingConfig>, IDeepCloneable<PreprocessingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
PreprocessingConfig()
public PreprocessingConfig()PreprocessingConfig(PreprocessingConfig)
public PreprocessingConfig(PreprocessingConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PreprocessingConfig |
Properties
Crop
public PreprocessingConfig.Types.Crop Crop { get; set; }Specify the video cropping configuration.
| Property Value | |
|---|---|
| Type | Description |
PreprocessingConfig.Types.Crop |
|
Pad
public PreprocessingConfig.Types.Pad Pad { get; set; }Specify the video pad filter configuration.
| Property Value | |
|---|---|
| Type | Description |
PreprocessingConfig.Types.Pad |
|