프로퍼티 | 타입 | 설명 | |
---|---|---|---|
UpdateIndexOfIndex | void |
메소드 | 설명 | |
---|---|---|
AddFrame ( |
aviファイルにフレームを1つ追加します.
|
|
Close ( ) : void |
aviファイルを閉じます
|
|
Open ( string file, uint scale, uint rate, int width, int height, |
||
Open ( string file, uint scale, uint rate, int width, int height, bool compressed, bool transparent, |
指定したAVI_CONTAINER構造体にAVIファイルの情報を格納すると共に, ファイルにヘッダー情報を書き込みます.
|
|
UpdateIndex ( ) : void |
全てのインデックスを更新し、ファイルが(動画ファイルとして)使用できる状態にします この関数を読んだあとでも,さらにaviAddFrame関数を使うことでフレームを追加することが出来ます.
|
메소드 | 설명 | |
---|---|---|
UpdateIndexOfIndex ( ) : void |
最初の[AVI :AVI[LIST:hdrl[LIST:strl]]]に書き込まれているsuper indexチャンク[indx]を更新します
|
public Open ( string file, uint scale, uint rate, int width, int height, |
||
file | string | |
scale | uint | |
rate | uint | |
width | int | |
height | int | |
hwnd | ||
리턴 | bool |
public Open ( string file, uint scale, uint rate, int width, int height, bool compressed, bool transparent, |
||
file | string | 書き込み対象のファイル |
scale | uint | |
rate | uint | |
width | int | |
height | int | |
compressed | bool | |
transparent | bool | |
hWnd | ||
리턴 | bool |