getStreamCount

最近更新时间:2022-09-20 05:17:40

  Future<int> getStreamCount()

获取该媒体文件中媒体流的数量

返回

  • 其他:该媒体文件中媒体流的数量
  • <0:方法调用失败,详见 ErrorCode

Implementation


  Future<int> getStreamCount() {
    return _methodChannel.invokeMethod("getStreamCount");
  }