C# 클래스 cadencii.media.MainAVIHeader

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

공개 프로퍼티들

프로퍼티 타입 설명
dwFlags uint
dwHeight uint
dwInitialFrames uint
dwLength uint
dwMaxBytesPerSec uint
dwMicroSecPerFrame uint
dwRate uint
dwReserved1 uint
dwScale uint
dwStart uint
dwStreams uint
dwSuggestedBufferSize uint
dwTotalFrames uint
dwWidth uint

공개 메소드들

메소드 설명
Write ( Stream s ) : void

메소드 상세

Write() 공개 메소드

public Write ( Stream s ) : void
s Stream
리턴 void

프로퍼티 상세

dwFlags 공개적으로 프로퍼티

public uint dwFlags
리턴 uint

dwHeight 공개적으로 프로퍼티

public uint dwHeight
리턴 uint

dwInitialFrames 공개적으로 프로퍼티

public uint dwInitialFrames
리턴 uint

dwLength 공개적으로 프로퍼티

public uint dwLength
리턴 uint

dwMaxBytesPerSec 공개적으로 프로퍼티

public uint dwMaxBytesPerSec
리턴 uint

dwMicroSecPerFrame 공개적으로 프로퍼티

public uint dwMicroSecPerFrame
리턴 uint

dwRate 공개적으로 프로퍼티

public uint dwRate
리턴 uint

dwReserved1 공개적으로 프로퍼티

public uint dwReserved1
리턴 uint

dwScale 공개적으로 프로퍼티

public uint dwScale
리턴 uint

dwStart 공개적으로 프로퍼티

public uint dwStart
리턴 uint

dwStreams 공개적으로 프로퍼티

public uint dwStreams
리턴 uint

dwSuggestedBufferSize 공개적으로 프로퍼티

public uint dwSuggestedBufferSize
리턴 uint

dwTotalFrames 공개적으로 프로퍼티

public uint dwTotalFrames
리턴 uint

dwWidth 공개적으로 프로퍼티

public uint dwWidth
리턴 uint