Property | Type | Description | |
---|---|---|---|
AVIWriter | System | ||
GetFrameSize | void | ||
WriteFourCC | void | ||
WriteIndexChunk | void |
Method | Description | |
---|---|---|
AVIWriter ( string path, int codecID, List |
||
Finish ( |
||
WriteChunk ( byte chunk, uint timeStamp, int frameType ) : void |
Method | Description | |
---|---|---|
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 |
|
return | System |
public Finish ( |
||
averageFrameRate | ||
return | void |
public WriteChunk ( byte chunk, uint timeStamp, int frameType ) : void | ||
chunk | byte | |
timeStamp | uint | |
frameType | int | |
return | void |