C# 클래스 PeerCastStation.FLV.FLVFileParser.FLVTag

파일 보기 프로젝트 열기: kumaryu/peercaststation

공개 메소드들

메소드 설명
FLVTag ( FLVFileParser owner, byte binary ) : System
ReadBody ( Stream stream ) : bool
ReadFooter ( Stream stream ) : bool
ReadTagBodyAsync ( Stream stream, CancellationToken cancel_token ) : Task
ToRTMPMessage ( ) : RTMPMessage

메소드 상세

FLVTag() 공개 메소드

public FLVTag ( FLVFileParser owner, byte binary ) : System
owner FLVFileParser
binary byte
리턴 System

ReadBody() 공개 메소드

public ReadBody ( Stream stream ) : bool
stream Stream
리턴 bool

ReadFooter() 공개 메소드

public ReadFooter ( Stream stream ) : bool
stream Stream
리턴 bool

ReadTagBodyAsync() 공개 메소드

public ReadTagBodyAsync ( Stream stream, CancellationToken cancel_token ) : Task
stream Stream
cancel_token System.Threading.CancellationToken
리턴 Task

ToRTMPMessage() 공개 메소드

public ToRTMPMessage ( ) : RTMPMessage
리턴 PeerCastStation.FLV.RTMP.RTMPMessage