C# Class PeerCastStation.FLV.RTMP.UserControlMessage.SetBufferLengthMessage

Inheritance: RTMPMessage
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
SetBufferLengthMessage ( RTMPMessage x ) : System
SetBufferLengthMessage ( long timestamp, long stream_id, long target_stream_id, System.TimeSpan buffer_length ) : System

Private Methods

Method Description
CreateBody ( long target_stream_id, System.TimeSpan buffer_length ) : byte[]

Method Details

SetBufferLengthMessage() public method

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

SetBufferLengthMessage() public method

public SetBufferLengthMessage ( long timestamp, long stream_id, long target_stream_id, System.TimeSpan buffer_length ) : System
timestamp long
stream_id long
target_stream_id long
buffer_length System.TimeSpan
return System