C# Class PeerCastStation.FLV.RTMP.RTMPSourceStream

Inheritance: PeerCastStation.Core.SourceStreamBase
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
GetConnectionInfo ( ) : ConnectionInfo
RTMPSourceStream ( PeerCastStation.Core.PeerCast peercast, Channel channel, Uri source_uri ) : System

Protected Methods

Method Description
CreateConnection ( Uri source_uri ) : ISourceConnection
OnConnectionStopped ( ISourceConnection connection, StopReason reason ) : void

Method Details

CreateConnection() protected method

protected CreateConnection ( Uri source_uri ) : ISourceConnection
source_uri System.Uri
return ISourceConnection

GetConnectionInfo() public method

public GetConnectionInfo ( ) : ConnectionInfo
return PeerCastStation.Core.ConnectionInfo

OnConnectionStopped() protected method

protected OnConnectionStopped ( ISourceConnection connection, StopReason reason ) : void
connection ISourceConnection
reason StopReason
return void

RTMPSourceStream() public method

public RTMPSourceStream ( PeerCastStation.Core.PeerCast peercast, Channel channel, Uri source_uri ) : System
peercast PeerCastStation.Core.PeerCast
channel Channel
source_uri System.Uri
return System