C# Class Smoothget.Mkv.MediaDataBlock

Afficher le fichier Open project: pinglossy/smoothget Class Usage Examples

Méthodes publiques

Свойство Type Description
Bytes ArraySegment
IsKeyFrame bool
StartTime ulong

Méthodes publiques

Méthode Description
MediaDataBlock ( ArraySegment bytes, ulong startTime, bool isKeyFrame ) : System

Method Details

MediaDataBlock() public méthode

public MediaDataBlock ( ArraySegment bytes, ulong startTime, bool isKeyFrame ) : System
bytes ArraySegment
startTime ulong
isKeyFrame bool
Résultat System

Property Details

Bytes public_oe property

public ArraySegment Bytes
Résultat ArraySegment

IsKeyFrame public_oe property

public bool IsKeyFrame
Résultat bool

StartTime public_oe property

public ulong StartTime
Résultat ulong