C# 클래스 PeerCastStation.FLV.RTMP.CommandAMF3Message

상속: CommandMessage
파일 보기 프로젝트 열기: kumaryu/peercaststation

공개 메소드들

메소드 설명
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