Future<int> getStreamByIndex()
通过此条媒体流的索引值获取媒体流信息
返回
-
方法调用成功,返回媒体流信息
-
方法调用失败,返回 NULL
Implementation
<int> getStreamByIndex() {
return _methodChannel.invokeMethod("getStreamByIndex");
}
Future
最近更新时间:2022-09-20 05:17:40
Future<int> getStreamByIndex()
通过此条媒体流的索引值获取媒体流信息
返回
方法调用成功,返回媒体流信息
方法调用失败,返回 NULL
<int> getStreamByIndex() {
return _methodChannel.invokeMethod("getStreamByIndex");
}
Future