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

상속: IDisposable
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Fragments uint

공개 메소드들

메소드 설명
Add ( Stream fragment ) : void
Dispose ( ) : void
Packet ( Stream fragment ) : System
Release ( ) : Stream

메소드 상세

Add() 공개 메소드

public Add ( Stream fragment ) : void
fragment Stream
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Packet() 공개 메소드

public Packet ( Stream fragment ) : System
fragment Stream
리턴 System

Release() 공개 메소드

public Release ( ) : Stream
리턴 Stream

프로퍼티 상세

Fragments 공개적으로 프로퍼티

public uint Fragments
리턴 uint