C# 클래스 Smoothget.Download.MediaSample

파일 보기 프로젝트 열기: pinglossy/smoothget

공개 프로퍼티들

프로퍼티 타입 설명
IsKeyFrame bool
Length int
Offset long
StartTime ulong

공개 메소드들

메소드 설명
MediaSample ( long offset, int length, ulong startTime, bool isKeyFrame ) : System

메소드 상세

MediaSample() 공개 메소드

public MediaSample ( long offset, int length, ulong startTime, bool isKeyFrame ) : System
offset long
length int
startTime ulong
isKeyFrame bool
리턴 System

프로퍼티 상세

IsKeyFrame 공개적으로 프로퍼티

public bool IsKeyFrame
리턴 bool

Length 공개적으로 프로퍼티

public int Length
리턴 int

Offset 공개적으로 프로퍼티

public long Offset
리턴 long

StartTime 공개적으로 프로퍼티

public ulong StartTime
리턴 ulong