C# Class PeerCastStation.FLV.RTMP.CommandAMF0Message

Inheritance: CommandMessage
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
CommandAMF0Message ( RTMPMessage x ) : System
CommandAMF0Message ( 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

CommandAMF0Message() public method

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

CommandAMF0Message() public method

public CommandAMF0Message ( 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