C# Class PeerCastStation.FLV.RTMP.AbortMessage

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

Méthodes publiques

Méthode Description
AbortMessage ( RTMPMessage x ) : System
AbortMessage ( long timestamp, long stream_id, int target_chunk_stream ) : System

Private Methods

Méthode Description
CreateBody ( int target_chunk_stream ) : byte[]

Method Details

AbortMessage() public méthode

public AbortMessage ( RTMPMessage x ) : System
x RTMPMessage
Résultat System

AbortMessage() public méthode

public AbortMessage ( long timestamp, long stream_id, int target_chunk_stream ) : System
timestamp long
stream_id long
target_chunk_stream int
Résultat System