コード例 #1
0
ファイル: Viewer.cs プロジェクト: dmitsuki/Effekseer
 public bool RecordAsAVI(string path, int count, int offsetFrame, int freq, TransparenceType transparenceType)
 {
     return(native.RecordAsAVI(path, count, offsetFrame, freq, transparenceType));
 }