[Missing <summary> documentation for "P:Ozeki.Media.MediaHandlers.Speaker.Volume"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public float Volume { get; set; } |
Visual Basic |
---|
Public Property Volume As Single Get Set |
Visual C++ |
---|
public: virtual property float Volume { float get () sealed; void set (float value) sealed; } |