C# Class Smoothget.Download.MediaSample

Show file Open project: pinglossy/smoothget

Public Properties

Property Type Description
IsKeyFrame bool
Length int
Offset long
StartTime ulong

Public Methods

Method Description
MediaSample ( long offset, int length, ulong startTime, bool isKeyFrame ) : System

Method Details

MediaSample() public method

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

Property Details

IsKeyFrame public property

public bool IsKeyFrame
return bool

Length public property

public int Length
return int

Offset public property

public long Offset
return long

StartTime public property

public ulong StartTime
return ulong