C# Class PeerCastStation.FLV.RTMP.UserControlMessage.StreamIsRecordedMessage

Inheritance: RTMPMessage
Afficher le fichier Open project: kumaryu/peercaststation

Méthodes publiques

Méthode Description
StreamIsRecordedMessage ( RTMPMessage x ) : System
StreamIsRecordedMessage ( long timestamp, long stream_id, long target_stream_id ) : System

Private Methods

Méthode Description
CreateBody ( long target_stream_id ) : byte[]

Method Details

StreamIsRecordedMessage() public méthode

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

StreamIsRecordedMessage() public méthode

public StreamIsRecordedMessage ( long timestamp, long stream_id, long target_stream_id ) : System
timestamp long
stream_id long
target_stream_id long
Résultat System