C# Class PeerCastStation.FLV.RTMP.CommandMessage

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

Méthodes publiques

Méthode Description
Create ( int version, long timestamp, long stream_id, string command_name, int transaction_id, AMFValue command_object ) : CommandMessage

Méthodes protégées

Méthode Description
CommandMessage ( RTMPMessage x ) : System
CommandMessage ( RTMPMessageType type, long timestamp, long stream_id, byte body ) : System

Method Details

CommandMessage() protected méthode

protected CommandMessage ( RTMPMessage x ) : System
x RTMPMessage
Résultat System

CommandMessage() protected méthode

protected CommandMessage ( RTMPMessageType type, long timestamp, long stream_id, byte body ) : System
type RTMPMessageType
timestamp long
stream_id long
body byte
Résultat System

Create() public static méthode

public static Create ( int version, long timestamp, long stream_id, string command_name, int transaction_id, AMFValue command_object ) : CommandMessage
version int
timestamp long
stream_id long
command_name string
transaction_id int
command_object PeerCastStation.FLV.AMF.AMFValue
Résultat CommandMessage