C# Class cadencii.media.AVISTDINDEX

Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Свойство Type Description
aIndex List<_avistdindex_entry>
bIndexSubType byte
bIndexType byte
dwChunkId string
dwReserved3 System.UInt32
fcc string
qwBaseOffset System.UInt64
wLongsPerEntry System.UInt16

Méthodes publiques

Méthode 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 méthode

public AVISTDINDEX ( ulong BaseOffset ) : System
BaseOffset ulong
Résultat System

AddIndex() public méthode

public AddIndex ( uint dwOffset, uint dwSize ) : void
dwOffset uint
dwSize uint
Résultat void

SetBaseOffset() public méthode

public SetBaseOffset ( System.UInt64 base_offset ) : void
base_offset System.UInt64
Résultat void

Write() public méthode

public Write ( BinaryWriter fp ) : void
fp System.IO.BinaryWriter
Résultat void

Property Details

aIndex public_oe property

public List<_avistdindex_entry> aIndex
Résultat List<_avistdindex_entry>

bIndexSubType public_oe property

public byte bIndexSubType
Résultat byte

bIndexType public_oe property

public byte bIndexType
Résultat byte

dwChunkId public_oe property

public string dwChunkId
Résultat string

dwReserved3 public_oe property

public UInt32,System dwReserved3
Résultat System.UInt32

fcc public_oe property

public string fcc
Résultat string

qwBaseOffset public_oe property

public UInt64,System qwBaseOffset
Résultat System.UInt64

wLongsPerEntry public_oe property

public UInt16,System wLongsPerEntry
Résultat System.UInt16