C# Class Smoothget.Download.MediaSample

Afficher le fichier Open project: pinglossy/smoothget

Méthodes publiques

Свойство Type Description
IsKeyFrame bool
Length int
Offset long
StartTime ulong

Méthodes publiques

Méthode Description
MediaSample ( long offset, int length, ulong startTime, bool isKeyFrame ) : System

Method Details

MediaSample() public méthode

public MediaSample ( long offset, int length, ulong startTime, bool isKeyFrame ) : System
offset long
length int
startTime ulong
isKeyFrame bool
Résultat System

Property Details

IsKeyFrame public_oe property

public bool IsKeyFrame
Résultat bool

Length public_oe property

public int Length
Résultat int

Offset public_oe property

public long Offset
Résultat long

StartTime public_oe property

public ulong StartTime
Résultat ulong