C# Class Smoothget.Download.MediaSample

Datei anzeigen 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_oe property

public bool IsKeyFrame
return bool

Length public_oe property

public int Length
return int

Offset public_oe property

public long Offset
return long

StartTime public_oe property

public ulong StartTime
return ulong