C# Класс PeerCastStation.FLV.RTMP.CommandAMF3Message

Наследование: CommandMessage
Показать файл Открыть проект

Открытые методы

Метод Описание
CommandAMF3Message ( RTMPMessage x ) : System
CommandAMF3Message ( long timestamp, long stream_id, string command_name, int transaction_id, AMFValue command_object, IEnumerable arguments ) : System

Приватные методы

Метод Описание
CreateBody ( string command_name, int transaction_id, AMFValue command_object, IEnumerable arguments ) : byte[]

Описание методов

CommandAMF3Message() публичный Метод

public CommandAMF3Message ( RTMPMessage x ) : System
x RTMPMessage
Результат System

CommandAMF3Message() публичный Метод

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
Результат System