Class StreamVolumeHelper
- Namespace
- GstAudio
- Assembly
- GstAudio-1.0.dll
public sealed class StreamVolumeHelper : Object, IObject, INotifyPropertyChanged, IDisposable, StreamVolume, IHandle, GTypeProvider
- Inheritance
-
StreamVolumeHelper
- Implements
- Inherited Members
Constructors
StreamVolumeHelper(IntPtr, bool)
public StreamVolumeHelper(IntPtr handle, bool ownedRef)
Parameters
Properties
Mute
public bool Mute { get; set; }
Property Value
Volume
public double Volume { get; set; }
Property Value
Methods
ConvertVolume(StreamVolumeFormat, StreamVolumeFormat, double)
public static double ConvertVolume(StreamVolumeFormat from, StreamVolumeFormat to, double val)
Parameters
from
StreamVolumeFormatto
StreamVolumeFormatval
double
Returns
GetGType()
public static Type GetGType()
Returns
GetMute()
public bool GetMute()
Returns
GetVolume(StreamVolumeFormat)
public double GetVolume(StreamVolumeFormat format)
Parameters
format
StreamVolumeFormat
Returns
SetMute(bool)
public void SetMute(bool mute)
Parameters
mute
bool
SetVolume(StreamVolumeFormat, double)
public void SetVolume(StreamVolumeFormat format, double val)
Parameters
format
StreamVolumeFormatval
double