C# 클래스 CSharpRTMP.Core.Protocols.Rtmfp.MessageBuffered

상속: Message
파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 프로퍼티들

프로퍼티 타입 설명
Writer AMF0Writer

공개 메소드들

메소드 설명
MessageBuffered ( ) : System
MessageBuffered ( bool repeatable = true ) : System
Recycle ( ) : void

보호된 메소드들

메소드 설명
Init ( uint position ) : uint

메소드 상세

Init() 보호된 메소드

protected Init ( uint position ) : uint
position uint
리턴 uint

MessageBuffered() 공개 메소드

public MessageBuffered ( ) : System
리턴 System

MessageBuffered() 공개 메소드

public MessageBuffered ( bool repeatable = true ) : System
repeatable bool
리턴 System

Recycle() 공개 메소드

public Recycle ( ) : void
리턴 void

프로퍼티 상세

Writer 공개적으로 프로퍼티

public AMF0Writer Writer
리턴 AMF0Writer