コード例 #1
0
ファイル: FFmpegReader.cs プロジェクト: hatak30/Aurio
 public void CreateSeekIndex(Type type)
 {
     InteropWrapper.stream_seekindex_create(instance, type);
 }
コード例 #2
0
 public void CreateSeekIndex(Type type)
 {
     CheckAndHandleActiveInstance();
     InteropWrapper.stream_seekindex_create(instance, type);
 }