C# Class Smoothget.Mkv.MediaDataBlock

Show file Open project: pinglossy/smoothget Class Usage Examples

Public Properties

Property Type Description
Bytes ArraySegment
IsKeyFrame bool
StartTime ulong

Public Methods

Method Description
MediaDataBlock ( ArraySegment bytes, ulong startTime, bool isKeyFrame ) : System

Method Details

MediaDataBlock() public method

public MediaDataBlock ( ArraySegment bytes, ulong startTime, bool isKeyFrame ) : System
bytes ArraySegment
startTime ulong
isKeyFrame bool
return System

Property Details

Bytes public property

public ArraySegment Bytes
return ArraySegment

IsKeyFrame public property

public bool IsKeyFrame
return bool

StartTime public property

public ulong StartTime
return ulong