コード例 #1
0
ファイル: WrapperProxy.cs プロジェクト: dazhouhu/MFWSDK
 public static ErrorNumber GetFileDuration(ref int seconds)
 {
     return((ErrorNumber)WrapperInterface.getFileDuration(ref seconds));
 }