C# Class PeerCastStation.FLV.FLVContentReaderFactory

Inheritance: IContentReaderFactory
Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( Channel channel ) : IContentReader
channel Channel
Résultat IContentReader

TryParseContentType() public méthode

public TryParseContentType ( byte header, string &content_type, string &mime_type ) : bool
header byte
content_type string
mime_type string
Résultat bool