C# Class SharpCaster.ChromeCastClient

Mostrar archivo Open project: tapanila/SharpCaster

Public Properties

Property 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

Property Type Description
GetControllerDictionary IController>.Dictionary
ReadPacket void
ReceivedMessage void

Public Methods

Method Description
ChromeCastClient ( ) : System
ConnectChromecast ( Uri uri ) : void
GetControllerForCurrentApp ( ) : IController

Private Methods

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

Method Details

ChromeCastClient() public method

public ChromeCastClient ( ) : System
return System

ConnectChromecast() public method

public ConnectChromecast ( Uri uri ) : void
uri System.Uri
return void

GetControllerForCurrentApp() public method

public GetControllerForCurrentApp ( ) : IController
return IController

Property Details

Channels public_oe property

public List Channels
return List

ChromecastApplicationId public_oe property

public string ChromecastApplicationId
return string

ConnectionChannel public_oe property

public ConnectionChannel,SharpCaster.Channels ConnectionChannel
return SharpCaster.Channels.ConnectionChannel

CurrentApplicationSessionId public_oe property

public string CurrentApplicationSessionId
return string

CurrentApplicationTransportId public_oe property

public string CurrentApplicationTransportId
return string

CurrentMediaSessionId public_oe property

public int CurrentMediaSessionId
return int

HeartbeatChannel public_oe property

public HeartbeatChannel,SharpCaster.Channels HeartbeatChannel
return SharpCaster.Channels.HeartbeatChannel

MediaChannel public_oe property

public MediaChannel,SharpCaster.Channels MediaChannel
return SharpCaster.Channels.MediaChannel

ReceiverChannel public_oe property

public ReceiverChannel,SharpCaster.Channels ReceiverChannel
return SharpCaster.Channels.ReceiverChannel