C# Class Smoothget.Mkv.MediaDataBlock

ファイルを表示 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_oe property

public ArraySegment Bytes
return ArraySegment

IsKeyFrame public_oe property

public bool IsKeyFrame
return bool

StartTime public_oe property

public ulong StartTime
return ulong