프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MyDataFrame | |||
PublisherId | string | ||
StreamId | int |
메소드 | 설명 | |
---|---|---|
Client ( ) : System | ||
Connect ( string ip, int port = 1935 ) : void | ||
SendAmf ( |
||
SendChunkSize ( uint chunkSize ) : void | ||
SendDebugAudioData ( ) : void | ||
SendDebugVideoData ( ) : void | ||
SendFlv ( |
||
Start ( ) : void | ||
Stop ( ) : void | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
HandshakeOver ( ) : void | ||
ParseAcknowledgement ( int value ) : void | ||
ParseAmf ( |
||
ParseClientBandwidth ( int amount, byte limitType ) : void | ||
ParseMessage ( RtmpMessageTypeId messageType, EndianBinaryReader reader ) : void | ||
ParseServerBandwidth ( int amount ) : void | ||
ParseSetChunkSize ( int chunkSize ) : void | ||
ParseUserControlMessage ( byte eventType ) : void |
메소드 | 설명 | |
---|---|---|
Connect ( string type = "app" ) : void | ||
ParseS1Handshake ( ) : void | ||
SendC0Handshake ( ) : void | ||
SendC1Handshake ( ) : void | ||
SendC2Handshake ( ) : void | ||
SendWindowAcknowledgementSize ( ) : void | ||
createStream ( ) : void | ||
publish ( string id ) : void | ||
sendMessage ( byte data, RtmpMessageTypeId messageType ) : void |
protected ParseAcknowledgement ( int value ) : void | ||
value | int | |
리턴 | void |
protected ParseClientBandwidth ( int amount, byte limitType ) : void | ||
amount | int | |
limitType | byte | |
리턴 | void |
protected ParseMessage ( RtmpMessageTypeId messageType, EndianBinaryReader reader ) : void | ||
messageType | RtmpMessageTypeId | |
reader | EndianBinaryReader | |
리턴 | void |
protected ParseServerBandwidth ( int amount ) : void | ||
amount | int | |
리턴 | void |
protected ParseSetChunkSize ( int chunkSize ) : void | ||
chunkSize | int | |
리턴 | void |
protected ParseUserControlMessage ( byte eventType ) : void | ||
eventType | byte | |
리턴 | void |