コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: TorMueller/Mp4tag
 internal static extern MP4ChapterType MP4GetChapters(IntPtr hFile, ref IntPtr chapterList, ref int chapterCount, MP4ChapterType chapterType);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: TorMueller/Mp4tag
 internal static extern MP4ChapterType MP4SetChapters(IntPtr hFile, [In, Out]MP4Chapter[] chapterList, int chapterCount, MP4ChapterType chapterType);
コード例 #3
0
ファイル: NativeMethods.cs プロジェクト: vcb-s/ChapterTool
 internal static extern MP4ChapterType MP4GetChapters(IntPtr hFile, ref IntPtr chapterList, ref int chapterCount, MP4ChapterType chapterType);