C# Class PeerCastStation.Core.BroadcastChannel

Inheritance: Channel
Datei anzeigen Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
BroadcastChannel ( PeerCastStation.Core.PeerCast peercast, System.Guid channel_id, ChannelInfo channel_info, ISourceStreamFactory source_stream_factory, IContentReaderFactory content_reader_factory ) : System
CreateChannelID ( System.Guid bcid, string channel_name, string genre, string source ) : System.Guid
Start ( Uri source_uri ) : void

Method Details

BroadcastChannel() public method

public BroadcastChannel ( PeerCastStation.Core.PeerCast peercast, System.Guid channel_id, ChannelInfo channel_info, ISourceStreamFactory source_stream_factory, IContentReaderFactory content_reader_factory ) : System
peercast PeerCastStation.Core.PeerCast
channel_id System.Guid
channel_info ChannelInfo
source_stream_factory ISourceStreamFactory
content_reader_factory IContentReaderFactory
return System

CreateChannelID() static public method

static public CreateChannelID ( System.Guid bcid, string channel_name, string genre, string source ) : System.Guid
bcid System.Guid
channel_name string
genre string
source string
return System.Guid

Start() public method

public Start ( Uri source_uri ) : void
source_uri System.Uri
return void