getStreamInfo abstract method

Future<PlayerStreamInfo> getStreamInfo(
  1. int index
)

Gets the detailed information of the media stream.

  • index The index of the media stream. This parameter must be less than the return value of getStreamCount.

Returns If the call succeeds, returns the detailed information of the media stream. See PlayerStreamInfo. NULL, if the method call fails.

Implementation

Future<PlayerStreamInfo> getStreamInfo(int index);