C# Class RaumfeldNET.UPNP.CpAVRenderer

ファイルを表示 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_oe property

public List Connections
return List

FriendlyName public_oe property

public string FriendlyName
return string

Manufacturer public_oe property

public string Manufacturer
return string

ModelDescription public_oe property

public string ModelDescription
return string

UniqueDeviceName public_oe property

public string UniqueDeviceName
return string

currentVolume public_oe property

public UInt16,System currentVolume
return System.UInt16

isMuted public_oe property

public Boolean,System isMuted
return System.Boolean