C# Class RaumfeldNET.Renderer.RendererVirtual

Inheritance: Renderer
Afficher le fichier Open project: stoennies/raumwiese Class Usage Examples

Méthodes publiques

Свойство Type Description
zoneUDN String

Protected Properties

Свойство Type Description
currentTrackIndex System.Int32

Méthodes publiques

Méthode Description
RendererVirtual ( CpAVRenderer _avRenderer ) : System
getTrackMediaList ( ) : ZoneTrackMediaList
getZone ( ) : Zone
isVirtualRenderer ( ) : System.Boolean
playTrack ( int _trackIndex ) : void
zoneLinked ( ) : void

Méthodes protégées

Méthode Description
AVTransportURIChangedSink ( CpAVConnection _connection ) : void
playModeChangedSink ( CpAVConnection _connection, AvTransportPlayMode _playMode ) : void
playStateChangedSink ( CpAVConnection _connection, Object _playState ) : void
trackChangedSink ( CpAVConnection _connection, uint _newTrack ) : void
trackPositionChangedSink ( CpAVConnection _connection, string _duration, string _trackMetadata, string _absTime ) : void
updatePlayingTrackIndexOnTrackList ( ) : void

Method Details

AVTransportURIChangedSink() protected méthode

protected AVTransportURIChangedSink ( CpAVConnection _connection ) : void
_connection RaumfeldNET.UPNP.CpAVConnection
Résultat void

RendererVirtual() public méthode

public RendererVirtual ( CpAVRenderer _avRenderer ) : System
_avRenderer RaumfeldNET.UPNP.CpAVRenderer
Résultat System

getTrackMediaList() public méthode

public getTrackMediaList ( ) : ZoneTrackMediaList
Résultat ZoneTrackMediaList

getZone() public méthode

public getZone ( ) : Zone
Résultat Zone

isVirtualRenderer() public méthode

public isVirtualRenderer ( ) : System.Boolean
Résultat System.Boolean

playModeChangedSink() protected méthode

protected playModeChangedSink ( CpAVConnection _connection, AvTransportPlayMode _playMode ) : void
_connection RaumfeldNET.UPNP.CpAVConnection
_playMode AvTransportPlayMode
Résultat void

playStateChangedSink() protected méthode

protected playStateChangedSink ( CpAVConnection _connection, Object _playState ) : void
_connection RaumfeldNET.UPNP.CpAVConnection
_playState Object
Résultat void

playTrack() public méthode

public playTrack ( int _trackIndex ) : void
_trackIndex int
Résultat void

trackChangedSink() protected méthode

protected trackChangedSink ( CpAVConnection _connection, uint _newTrack ) : void
_connection RaumfeldNET.UPNP.CpAVConnection
_newTrack uint
Résultat void

trackPositionChangedSink() protected méthode

protected trackPositionChangedSink ( CpAVConnection _connection, string _duration, string _trackMetadata, string _absTime ) : void
_connection RaumfeldNET.UPNP.CpAVConnection
_duration string
_trackMetadata string
_absTime string
Résultat void

updatePlayingTrackIndexOnTrackList() protected méthode

protected updatePlayingTrackIndexOnTrackList ( ) : void
Résultat void

zoneLinked() public méthode

public zoneLinked ( ) : void
Résultat void

Property Details

currentTrackIndex protected_oe property

protected Int32,System currentTrackIndex
Résultat System.Int32

zoneUDN public_oe property

public String zoneUDN
Résultat String