C# Class PeerCastStation.Core.BufferedContentSink

Inheritance: IContentSink
Afficher le fichier Open project: kumaryu/peercaststation

Méthodes publiques

Méthode Description
BufferedContentSink ( IContentSink base_sink ) : System
OnChannelInfo ( ChannelInfo channel_info ) : void
OnChannelTrack ( ChannelTrack channel_track ) : void
OnContent ( Content content ) : void
OnContentHeader ( Content content_header ) : void

Private Methods

Méthode Description
Flush ( ) : void

Method Details

BufferedContentSink() public méthode

public BufferedContentSink ( IContentSink base_sink ) : System
base_sink IContentSink
Résultat System

OnChannelInfo() public méthode

public OnChannelInfo ( ChannelInfo channel_info ) : void
channel_info ChannelInfo
Résultat void

OnChannelTrack() public méthode

public OnChannelTrack ( ChannelTrack channel_track ) : void
channel_track ChannelTrack
Résultat void

OnContent() public méthode

public OnContent ( Content content ) : void
content Content
Résultat void

OnContentHeader() public méthode

public OnContentHeader ( Content content_header ) : void
content_header Content
Résultat void