C# Class PeerCastStation.FLV.FLVFileParser.FLVTag

Afficher le fichier Open project: kumaryu/peercaststation

Méthodes publiques

Méthode Description
FLVTag ( FLVFileParser owner, byte binary ) : System
ReadBody ( Stream stream ) : bool
ReadFooter ( Stream stream ) : bool
ReadTagBodyAsync ( Stream stream, CancellationToken cancel_token ) : Task
ToRTMPMessage ( ) : RTMPMessage

Method Details

FLVTag() public méthode

public FLVTag ( FLVFileParser owner, byte binary ) : System
owner FLVFileParser
binary byte
Résultat System

ReadBody() public méthode

public ReadBody ( Stream stream ) : bool
stream Stream
Résultat bool

ReadFooter() public méthode

public ReadFooter ( Stream stream ) : bool
stream Stream
Résultat bool

ReadTagBodyAsync() public méthode

public ReadTagBodyAsync ( Stream stream, CancellationToken cancel_token ) : Task
stream Stream
cancel_token System.Threading.CancellationToken
Résultat Task

ToRTMPMessage() public méthode

public ToRTMPMessage ( ) : RTMPMessage
Résultat PeerCastStation.FLV.RTMP.RTMPMessage