프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AVIWriter | System | ||
GetFrameSize | void | ||
WriteFourCC | void | ||
WriteIndexChunk | void |
메소드 | 설명 | |
---|---|---|
AVIWriter ( string path, int codecID, List |
||
Finish ( |
||
WriteChunk ( byte chunk, uint timeStamp, int frameType ) : void |
메소드 | 설명 | |
---|---|---|
AVIWriter ( string path, int codecID, List |
||
GetFrameSize ( byte chunk ) : void | ||
WriteFourCC ( string fourCC ) : void | ||
WriteIndexChunk ( ) : void |
public AVIWriter ( string path, int codecID, List |
||
path | string | |
codecID | int | |
warnings | List |
|
리턴 | System |
public Finish ( |
||
averageFrameRate | ||
리턴 | void |
public WriteChunk ( byte chunk, uint timeStamp, int frameType ) : void | ||
chunk | byte | |
timeStamp | uint | |
frameType | int | |
리턴 | void |