예제 #1
0
 public synchronized int parameterCount(StreamKind streamKind, int streamNumber) {
   return MediaInfoLibrary.INSTANCE.Count_Get(handle, streamKind.ordinal(), streamNumber);
 }
예제 #2
0
 public synchronized int streamCount(StreamKind streamKind) {
   return MediaInfoLibrary.INSTANCE.Count_Get(handle, streamKind.ordinal(), -1);
 }