Table of Contents

Interface StreamVolume

Namespace
GstAudio
Assembly
GstAudio-1.0.dll
public interface StreamVolume : IHandle
Inherited Members

Fields

MutePropertyDefinition

public static readonly Property<bool, StreamVolume> MutePropertyDefinition

Field Value

Property<bool, StreamVolume>

VolumePropertyDefinition

public static readonly Property<double, StreamVolume> VolumePropertyDefinition

Field Value

Property<double, StreamVolume>

Properties

Mute

bool Mute { get; set; }

Property Value

bool

Volume

double Volume { get; set; }

Property Value

double

Methods

GetMute()

bool GetMute()

Returns

bool

GetVolume(StreamVolumeFormat)

double GetVolume(StreamVolumeFormat format)

Parameters

format StreamVolumeFormat

Returns

double

SetMute(bool)

void SetMute(bool mute)

Parameters

mute bool

SetVolume(StreamVolumeFormat, double)

void SetVolume(StreamVolumeFormat format, double val)

Parameters

format StreamVolumeFormat
val double