getDuration method

Future<int> getDuration()

Implementation

Future<int> getDuration() async {
  return obslib.mediaSourceGetDuration(pointer!);
}