C# 클래스 CSharpRTMP.Core.Protocols.Rtmfp.Message.FragmentInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Offset uint
Stage ulong

공개 메소드들

메소드 설명
FragmentInfo ( uint offset, ulong stage ) : System

메소드 상세

FragmentInfo() 공개 메소드

public FragmentInfo ( uint offset, ulong stage ) : System
offset uint
stage ulong
리턴 System

프로퍼티 상세

Offset 공개적으로 프로퍼티

public uint Offset
리턴 uint

Stage 공개적으로 프로퍼티

public ulong Stage
리턴 ulong