C# Class PeerCastStation.FLV.RTMP.AbortMessage

Inheritance: RTMPMessage
Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
AbortMessage ( RTMPMessage x ) : System
AbortMessage ( long timestamp, long stream_id, int target_chunk_stream ) : System

Private Methods

Method Description
CreateBody ( int target_chunk_stream ) : byte[]

Method Details

AbortMessage() public method

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

AbortMessage() public method

public AbortMessage ( long timestamp, long stream_id, int target_chunk_stream ) : System
timestamp long
stream_id long
target_chunk_stream int
return System