C# Class TsRemux.EbmlElement

Mostrar archivo Open project: antiochus/tsremux Class Usage Examples

Protected Properties

Property Type Description
fs Stream
id System.Int64
pos System.Int64
size System.Int64

Public Methods

Method Description
ParseEbml ( Stream fs ) : EbmlElement
VintLength ( byte vint ) : byte
VintToInt64 ( Stream fs ) : System.Int64

Protected Methods

Method Description
EbmlElement ( System.Int64 id, System.Int64 size, System.Int64 pos, Stream fs ) : System
VsintToInt64 ( Stream fs ) : System.Int64

Method Details

EbmlElement() protected method

protected EbmlElement ( System.Int64 id, System.Int64 size, System.Int64 pos, Stream fs ) : System
id System.Int64
size System.Int64
pos System.Int64
fs Stream
return System

ParseEbml() public static method

public static ParseEbml ( Stream fs ) : EbmlElement
fs Stream
return EbmlElement

VintLength() public static method

public static VintLength ( byte vint ) : byte
vint byte
return byte

VintToInt64() public static method

public static VintToInt64 ( Stream fs ) : System.Int64
fs Stream
return System.Int64

VsintToInt64() protected static method

protected static VsintToInt64 ( Stream fs ) : System.Int64
fs Stream
return System.Int64

Property Details

fs protected_oe property

protected Stream fs
return Stream

id protected_oe property

protected Int64,System id
return System.Int64

pos protected_oe property

protected Int64,System pos
return System.Int64

size protected_oe property

protected Int64,System size
return System.Int64