C# 클래스 SharpCaster.ChromeCastClient

파일 보기 프로젝트 열기: tapanila/SharpCaster

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
GetControllerDictionary IController>.Dictionary
ReadPacket void
ReceivedMessage void

공개 메소드들

메소드 설명
ChromeCastClient ( ) : System
ConnectChromecast ( Uri uri ) : void
GetControllerForCurrentApp ( ) : IController

비공개 메소드들

메소드 설명
GetControllerDictionary ( ) : IController>.Dictionary
ReadPacket ( Stream stream, bool parsed ) : void
ReceivedMessage ( CastMessage castMessage ) : void

메소드 상세

ChromeCastClient() 공개 메소드

public ChromeCastClient ( ) : System
리턴 System

ConnectChromecast() 공개 메소드

public ConnectChromecast ( Uri uri ) : void
uri System.Uri
리턴 void

GetControllerForCurrentApp() 공개 메소드

public GetControllerForCurrentApp ( ) : IController
리턴 IController

프로퍼티 상세

Channels 공개적으로 프로퍼티

public List Channels
리턴 List

ChromecastApplicationId 공개적으로 프로퍼티

public string ChromecastApplicationId
리턴 string

ConnectionChannel 공개적으로 프로퍼티

public ConnectionChannel,SharpCaster.Channels ConnectionChannel
리턴 SharpCaster.Channels.ConnectionChannel

CurrentApplicationSessionId 공개적으로 프로퍼티

public string CurrentApplicationSessionId
리턴 string

CurrentApplicationTransportId 공개적으로 프로퍼티

public string CurrentApplicationTransportId
리턴 string

CurrentMediaSessionId 공개적으로 프로퍼티

public int CurrentMediaSessionId
리턴 int

HeartbeatChannel 공개적으로 프로퍼티

public HeartbeatChannel,SharpCaster.Channels HeartbeatChannel
리턴 SharpCaster.Channels.HeartbeatChannel

MediaChannel 공개적으로 프로퍼티

public MediaChannel,SharpCaster.Channels MediaChannel
리턴 SharpCaster.Channels.MediaChannel

ReceiverChannel 공개적으로 프로퍼티

public ReceiverChannel,SharpCaster.Channels ReceiverChannel
리턴 SharpCaster.Channels.ReceiverChannel