C# Class SharpCaster.ChromeCastClient

Afficher le fichier Open project: tapanila/SharpCaster

Méthodes publiques

Свойство Type Description
Channels List
ChromecastApplicationId string
ConnectionChannel SharpCaster.Channels.ConnectionChannel
CurrentApplicationSessionId string
CurrentApplicationTransportId string
CurrentMediaSessionId int
HeartbeatChannel SharpCaster.Channels.HeartbeatChannel
MediaChannel SharpCaster.Channels.MediaChannel
ReceiverChannel SharpCaster.Channels.ReceiverChannel

Private Properties

Свойство Type Description
GetControllerDictionary IController>.Dictionary
ReadPacket void
ReceivedMessage void

Méthodes publiques

Méthode Description
ChromeCastClient ( ) : System
ConnectChromecast ( Uri uri ) : void
GetControllerForCurrentApp ( ) : IController

Private Methods

Méthode Description
GetControllerDictionary ( ) : IController>.Dictionary
ReadPacket ( Stream stream, bool parsed ) : void
ReceivedMessage ( CastMessage castMessage ) : void

Method Details

ChromeCastClient() public méthode

public ChromeCastClient ( ) : System
Résultat System

ConnectChromecast() public méthode

public ConnectChromecast ( Uri uri ) : void
uri System.Uri
Résultat void

GetControllerForCurrentApp() public méthode

public GetControllerForCurrentApp ( ) : IController
Résultat IController

Property Details

Channels public_oe property

public List Channels
Résultat List

ChromecastApplicationId public_oe property

public string ChromecastApplicationId
Résultat string

ConnectionChannel public_oe property

public ConnectionChannel,SharpCaster.Channels ConnectionChannel
Résultat SharpCaster.Channels.ConnectionChannel

CurrentApplicationSessionId public_oe property

public string CurrentApplicationSessionId
Résultat string

CurrentApplicationTransportId public_oe property

public string CurrentApplicationTransportId
Résultat string

CurrentMediaSessionId public_oe property

public int CurrentMediaSessionId
Résultat int

HeartbeatChannel public_oe property

public HeartbeatChannel,SharpCaster.Channels HeartbeatChannel
Résultat SharpCaster.Channels.HeartbeatChannel

MediaChannel public_oe property

public MediaChannel,SharpCaster.Channels MediaChannel
Résultat SharpCaster.Channels.MediaChannel

ReceiverChannel public_oe property

public ReceiverChannel,SharpCaster.Channels ReceiverChannel
Résultat SharpCaster.Channels.ReceiverChannel