Interface IVideoEffectMonoNoise
Mono noise effect interface.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoEffectMonoNoise : IVideoEffect
Properties
Value
Gets or sets mono noise value.
Declaration
int Value { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ValueStop
Gets or sets mono noise stop value (optional).
Declaration
int ValueStop { get; set; }
Property Value
| Type | Description |
|---|---|
| int |