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

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

공개 메소드들

메소드 설명
AbortMessage ( RTMPMessage x ) : System
AbortMessage ( long timestamp, long stream_id, int target_chunk_stream ) : System

비공개 메소드들

메소드 설명
CreateBody ( int target_chunk_stream ) : byte[]

메소드 상세

AbortMessage() 공개 메소드

public AbortMessage ( RTMPMessage x ) : System
x RTMPMessage
리턴 System

AbortMessage() 공개 메소드

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