C# 클래스 CSharpRTMP.Core.Protocols.Rtmfp.Message
파일 보기
프로젝트 열기: langhuihui/csharprtmp
공개 프로퍼티들
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
_stream |
System.IO.MemoryStream |
|
|
공개 메소드들
메소드 |
설명 |
|
Dispose ( ) : void |
|
|
GetReader ( uint &size ) : N2HBinaryReader |
|
|
GetReader ( uint fragment, uint &size ) : N2HBinaryReader |
|
|
MemAck ( uint &avaliable, uint &size ) : N2HBinaryReader |
|
|
Recycle ( ) : void |
|
|
보호된 메소드들
메소드 |
설명 |
|
Init ( uint position ) : uint |
|
|
Message ( ) : System |
|
|
Message ( MemoryStream stream, bool repeatable ) : System |
|
|
메소드 상세
public GetReader ( uint &size ) : N2HBinaryReader |
size |
uint |
|
리턴 |
CSharpRTMP.Common.N2HBinaryReader |
|
public GetReader ( uint fragment, uint &size ) : N2HBinaryReader |
fragment |
uint |
|
size |
uint |
|
리턴 |
CSharpRTMP.Common.N2HBinaryReader |
|
protected abstract Init ( uint position ) : uint |
position |
uint |
|
리턴 |
uint |
|
public MemAck ( uint &avaliable, uint &size ) : N2HBinaryReader |
avaliable |
uint |
|
size |
uint |
|
리턴 |
CSharpRTMP.Common.N2HBinaryReader |
|
protected Message ( ) : System |
리턴 |
System |
|
protected Message ( MemoryStream stream, bool repeatable ) : System |
stream |
System.IO.MemoryStream |
|
repeatable |
bool |
|
리턴 |
System |
|
프로퍼티 상세
public List Fragments |
리턴 |
List |
|
public N2HBinaryReader,CSharpRTMP.Common Reader |
리턴 |
CSharpRTMP.Common.N2HBinaryReader |
|
public bool Repeatable |
리턴 |
bool |
|
protected MemoryStream,System.IO _stream |
리턴 |
System.IO.MemoryStream |
|