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

상속: RTMPMessage
파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
Create ( int version, long timestamp, long stream_id, string command_name, int transaction_id, AMFValue command_object ) : CommandMessage

보호된 메소드들

메소드 설명
CommandMessage ( RTMPMessage x ) : System
CommandMessage ( RTMPMessageType type, long timestamp, long stream_id, byte body ) : System

메소드 상세

CommandMessage() 보호된 메소드

protected CommandMessage ( RTMPMessage x ) : System
x RTMPMessage
리턴 System

CommandMessage() 보호된 메소드

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

Create() 공개 정적인 메소드

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
리턴 CommandMessage