C# 클래스 PeerCastStation.FLV.FLVContentReaderFactory

상속: IContentReaderFactory
파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Channel channel ) : IContentReader
TryParseContentType ( byte header, string &content_type, string &mime_type ) : bool

메소드 상세

Create() 공개 메소드

public Create ( Channel channel ) : IContentReader
channel Channel
리턴 IContentReader

TryParseContentType() 공개 메소드

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