C# Class PeerCastStation.FLV.RTMP.CommandMessage

Inheritance: RTMPMessage
Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

CommandMessage() protected method

protected CommandMessage ( RTMPMessage x ) : System
x RTMPMessage
return System

CommandMessage() protected method

protected CommandMessage ( RTMPMessageType type, long timestamp, long stream_id, byte body ) : System
type RTMPMessageType
timestamp long
stream_id long
body byte
return System

Create() public static method

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
return CommandMessage