C# Class RaumfeldNET.UPNP.CpAVRenderer

Show file Open project: stoennies/raumwiese Class Usage Examples

Public Properties

Property Type Description
Connections List
FriendlyName string
Manufacturer string
ModelDescription string
UniqueDeviceName string
currentVolume System.UInt16
isMuted System.Boolean

Public Methods

Method Description
SetMute ( bool _mute ) : void
SetVolume ( uint _volume, object _Tag, delegate_OnResult_SetVolume _Sink ) : void
isVirtualRenderer ( ) : System.Boolean

Protected Methods

Method Description
MuteStateChangedSink ( bool _mute ) : void
ResultSetVolumeSink ( object _tag ) : void
VolumeChangedSink ( UInt16 _volume ) : void

Method Details

MuteStateChangedSink() protected method

protected MuteStateChangedSink ( bool _mute ) : void
_mute bool
return void

ResultSetVolumeSink() protected method

protected ResultSetVolumeSink ( object _tag ) : void
_tag object
return void

SetMute() public method

public SetMute ( bool _mute ) : void
_mute bool
return void

SetVolume() public method

public SetVolume ( uint _volume, object _Tag, delegate_OnResult_SetVolume _Sink ) : void
_volume uint
_Tag object
_Sink delegate_OnResult_SetVolume
return void

VolumeChangedSink() protected method

protected VolumeChangedSink ( UInt16 _volume ) : void
_volume System.UInt16
return void

isVirtualRenderer() public method

public isVirtualRenderer ( ) : System.Boolean
return System.Boolean

Property Details

Connections public property

public List Connections
return List

FriendlyName public property

public string FriendlyName
return string

Manufacturer public property

public string Manufacturer
return string

ModelDescription public property

public string ModelDescription
return string

UniqueDeviceName public property

public string UniqueDeviceName
return string

currentVolume public property

public UInt16,System currentVolume
return System.UInt16

isMuted public property

public Boolean,System isMuted
return System.Boolean