queryCodecCapability abstract method

Future<List<CodecCapInfo>> queryCodecCapability(
  1. int size
)

Queries the current device's supported video codec capabilities.

  • size The size of CodecCapInfo.

Returns One CodecCapInfo array indicating the video encoding capability of the device, if the method call succeeds. If the call timeouts, please modify the call logic and do not invoke the method in the main thread.

Implementation

Future<List<CodecCapInfo>> queryCodecCapability(int size);