C# Class PeerCastStation.FLV.FLVContentReaderFactory

Inheritance: IContentReaderFactory
Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
Create ( Channel channel ) : IContentReader
TryParseContentType ( byte header, string &content_type, string &mime_type ) : bool

Method Details

Create() public method

public Create ( Channel channel ) : IContentReader
channel Channel
return IContentReader

TryParseContentType() public method

public TryParseContentType ( byte header, string &content_type, string &mime_type ) : bool
header byte
content_type string
mime_type string
return bool