C# Class Smoothget.Mkv.MkvUtils.ParsedMuxState

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

public IList cuePoints
return IList

endOffset public_oe property

public int endOffset
return int

hasA public_oe property

public bool hasA
return bool

hasC public_oe property

public bool hasC
return bool

hasH public_oe property

public bool hasH
return bool

hasM public_oe property

public bool hasM
return bool

hasS public_oe property

public bool hasS
return bool

hasV public_oe property

public bool hasV
return bool

hasX public_oe property

public bool hasX
return bool

hasZ public_oe property

public bool hasZ
return bool

isComplete public_oe property

public bool isComplete
return bool

isContinuable public_oe property

public bool isContinuable
return bool

isXGood public_oe property

public bool isXGood
return bool

lastC public_oe property

public ulong lastC
return ulong

lastOutOfs public_oe property

public ulong lastOutOfs
return ulong

status public_oe property

public string status
return string

trackChunkStartTimes public_oe property

public IList[] trackChunkStartTimes
return IList[]

trackLastStartTimes public_oe property

public ulong[] trackLastStartTimes
return ulong[]

vA public_oe property

public ulong vA
return ulong

vH public_oe property

public byte[] vH
return byte[]

vM public_oe property

public ulong vM
return ulong

vS public_oe property

public ulong vS
return ulong

vV public_oe property

public ulong vV
return ulong

vX public_oe property

public ulong vX
return ulong

vZ public_oe property

public ulong vZ
return ulong