C# 클래스 cadencii.media.AVISUPERINDEX

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

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AVISUPERINDEX ( int dumy ) : System
Write ( BinaryWriter fp ) : void

메소드 상세

AVISUPERINDEX() 공개 메소드

public AVISUPERINDEX ( int dumy ) : System
dumy int
리턴 System

Write() 공개 메소드

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

프로퍼티 상세

aIndex 공개적으로 프로퍼티

public List<_avisuperindex_entry> aIndex
리턴 List<_avisuperindex_entry>

bIndexSubType 공개적으로 프로퍼티

public byte bIndexSubType
리턴 byte

bIndexType 공개적으로 프로퍼티

public byte bIndexType
리턴 byte

dwChunkId 공개적으로 프로퍼티

public string dwChunkId
리턴 string

dwReserved1 공개적으로 프로퍼티

public UInt32,System dwReserved1
리턴 System.UInt32

dwReserved2 공개적으로 프로퍼티

public UInt32,System dwReserved2
리턴 System.UInt32

dwReserved3 공개적으로 프로퍼티

public UInt32,System dwReserved3
리턴 System.UInt32

fcc 공개적으로 프로퍼티

public string fcc
리턴 string

nEntriesInUse 공개적으로 프로퍼티

public UInt32,System nEntriesInUse
리턴 System.UInt32

wLongsPerEntry 공개적으로 프로퍼티

public UInt16,System wLongsPerEntry
리턴 System.UInt16