C# Class cadencii.media.AVISTDINDEX

Exibir arquivo Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
aIndex List<_avistdindex_entry>
bIndexSubType byte
bIndexType byte
dwChunkId string
dwReserved3 System.UInt32
fcc string
qwBaseOffset System.UInt64
wLongsPerEntry System.UInt16

Public Methods

Method Description
AVISTDINDEX ( ulong BaseOffset ) : System
AddIndex ( uint dwOffset, uint dwSize ) : void
SetBaseOffset ( System.UInt64 base_offset ) : void
Write ( BinaryWriter fp ) : void

Method Details

AVISTDINDEX() public method

public AVISTDINDEX ( ulong BaseOffset ) : System
BaseOffset ulong
return System

AddIndex() public method

public AddIndex ( uint dwOffset, uint dwSize ) : void
dwOffset uint
dwSize uint
return void

SetBaseOffset() public method

public SetBaseOffset ( System.UInt64 base_offset ) : void
base_offset System.UInt64
return void

Write() public method

public Write ( BinaryWriter fp ) : void
fp System.IO.BinaryWriter
return void

Property Details

aIndex public_oe property

public List<_avistdindex_entry> aIndex
return List<_avistdindex_entry>

bIndexSubType public_oe property

public byte bIndexSubType
return byte

bIndexType public_oe property

public byte bIndexType
return byte

dwChunkId public_oe property

public string dwChunkId
return string

dwReserved3 public_oe property

public UInt32,System dwReserved3
return System.UInt32

fcc public_oe property

public string fcc
return string

qwBaseOffset public_oe property

public UInt64,System qwBaseOffset
return System.UInt64

wLongsPerEntry public_oe property

public UInt16,System wLongsPerEntry
return System.UInt16