C# Class cadencii.media.AVISUPERINDEX

Show file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
aIndex List<_avisuperindex_entry>
bIndexSubType byte
bIndexType byte
dwChunkId string
dwReserved1 System.UInt32
dwReserved2 System.UInt32
dwReserved3 System.UInt32
fcc string
nEntriesInUse System.UInt32
wLongsPerEntry System.UInt16

Public Methods

Method Description
AVISUPERINDEX ( int dumy ) : System
Write ( BinaryWriter fp ) : void

Method Details

AVISUPERINDEX() public method

public AVISUPERINDEX ( int dumy ) : System
dumy int
return System

Write() public method

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

Property Details

aIndex public property

public List<_avisuperindex_entry> aIndex
return List<_avisuperindex_entry>

bIndexSubType public property

public byte bIndexSubType
return byte

bIndexType public property

public byte bIndexType
return byte

dwChunkId public property

public string dwChunkId
return string

dwReserved1 public property

public UInt32,System dwReserved1
return System.UInt32

dwReserved2 public property

public UInt32,System dwReserved2
return System.UInt32

dwReserved3 public property

public UInt32,System dwReserved3
return System.UInt32

fcc public property

public string fcc
return string

nEntriesInUse public property

public UInt32,System nEntriesInUse
return System.UInt32

wLongsPerEntry public property

public UInt16,System wLongsPerEntry
return System.UInt16