C# 클래스 cadencii.media.AVISTDINDEX

파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
aIndex List<_avistdindex_entry>
bIndexSubType byte
bIndexType byte
dwChunkId string
dwReserved3 System.UInt32
fcc string
qwBaseOffset System.UInt64
wLongsPerEntry System.UInt16

공개 메소드들

메소드 설명
AVISTDINDEX ( ulong BaseOffset ) : System
AddIndex ( uint dwOffset, uint dwSize ) : void
SetBaseOffset ( System.UInt64 base_offset ) : void
Write ( BinaryWriter fp ) : void

메소드 상세

AVISTDINDEX() 공개 메소드

public AVISTDINDEX ( ulong BaseOffset ) : System
BaseOffset ulong
리턴 System

AddIndex() 공개 메소드

public AddIndex ( uint dwOffset, uint dwSize ) : void
dwOffset uint
dwSize uint
리턴 void

SetBaseOffset() 공개 메소드

public SetBaseOffset ( System.UInt64 base_offset ) : void
base_offset System.UInt64
리턴 void

Write() 공개 메소드

public Write ( BinaryWriter fp ) : void
fp System.IO.BinaryWriter
리턴 void

프로퍼티 상세

aIndex 공개적으로 프로퍼티

public List<_avistdindex_entry> aIndex
리턴 List<_avistdindex_entry>

bIndexSubType 공개적으로 프로퍼티

public byte bIndexSubType
리턴 byte

bIndexType 공개적으로 프로퍼티

public byte bIndexType
리턴 byte

dwChunkId 공개적으로 프로퍼티

public string dwChunkId
리턴 string

dwReserved3 공개적으로 프로퍼티

public UInt32,System dwReserved3
리턴 System.UInt32

fcc 공개적으로 프로퍼티

public string fcc
리턴 string

qwBaseOffset 공개적으로 프로퍼티

public UInt64,System qwBaseOffset
리턴 System.UInt64

wLongsPerEntry 공개적으로 프로퍼티

public UInt16,System wLongsPerEntry
리턴 System.UInt16