C# Class PeerCastStation.FLV.RTMP.CommandAMF3Message

Inheritance: CommandMessage
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
CommandAMF3Message ( RTMPMessage x ) : System
CommandAMF3Message ( long timestamp, long stream_id, string command_name, int transaction_id, AMFValue command_object, IEnumerable arguments ) : System

Private Methods

Method Description
CreateBody ( string command_name, int transaction_id, AMFValue command_object, IEnumerable arguments ) : byte[]

Method Details

CommandAMF3Message() public method

public CommandAMF3Message ( RTMPMessage x ) : System
x RTMPMessage
return System

CommandAMF3Message() public method

public CommandAMF3Message ( long timestamp, long stream_id, string command_name, int transaction_id, AMFValue command_object, IEnumerable arguments ) : System
timestamp long
stream_id long
command_name string
transaction_id int
command_object PeerCastStation.FLV.AMF.AMFValue
arguments IEnumerable
return System