C# Class Smoothget.Mkv.MkvUtils.ParsedMuxState

Show file Open project: pinglossy/smoothget

Public Properties

Property Type Description
cuePoints IList
endOffset int
hasA bool
hasC bool
hasH bool
hasM bool
hasS bool
hasV bool
hasX bool
hasZ bool
isComplete bool
isContinuable bool
isXGood bool
lastC ulong
lastOutOfs ulong
status string
trackChunkStartTimes IList[]
trackLastStartTimes ulong[]
vA ulong
vH byte[]
vM ulong
vS ulong
vV ulong
vX ulong
vZ ulong

Public Methods

Method Description
ParsedMuxState ( ) : System
ToString ( ) : String

Method Details

ParsedMuxState() public method

public ParsedMuxState ( ) : System
return System

ToString() public method

public ToString ( ) : String
return String

Property Details

cuePoints public property

public IList cuePoints
return IList

endOffset public property

public int endOffset
return int

hasA public property

public bool hasA
return bool

hasC public property

public bool hasC
return bool

hasH public property

public bool hasH
return bool

hasM public property

public bool hasM
return bool

hasS public property

public bool hasS
return bool

hasV public property

public bool hasV
return bool

hasX public property

public bool hasX
return bool

hasZ public property

public bool hasZ
return bool

isComplete public property

public bool isComplete
return bool

isContinuable public property

public bool isContinuable
return bool

isXGood public property

public bool isXGood
return bool

lastC public property

public ulong lastC
return ulong

lastOutOfs public property

public ulong lastOutOfs
return ulong

status public property

public string status
return string

trackChunkStartTimes public property

public IList[] trackChunkStartTimes
return IList[]

trackLastStartTimes public property

public ulong[] trackLastStartTimes
return ulong[]

vA public property

public ulong vA
return ulong

vH public property

public byte[] vH
return byte[]

vM public property

public ulong vM
return ulong

vS public property

public ulong vS
return ulong

vV public property

public ulong vV
return ulong

vX public property

public ulong vX
return ulong

vZ public property

public ulong vZ
return ulong