C# Class PeerCastStation.Core.BufferedContentSink

Inheritance: IContentSink
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method 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

Method Description
Flush ( ) : void

Method Details

BufferedContentSink() public method

public BufferedContentSink ( IContentSink base_sink ) : System
base_sink IContentSink
return System

OnChannelInfo() public method

public OnChannelInfo ( ChannelInfo channel_info ) : void
channel_info ChannelInfo
return void

OnChannelTrack() public method

public OnChannelTrack ( ChannelTrack channel_track ) : void
channel_track ChannelTrack
return void

OnContent() public method

public OnContent ( Content content ) : void
content Content
return void

OnContentHeader() public method

public OnContentHeader ( Content content_header ) : void
content_header Content
return void