setMediaFormat method

Future<void> setMediaFormat(
  1. int textureId,
  2. int mediaFormat
)

Set video media format

Implementation

Future<void> setMediaFormat(int textureId, int mediaFormat) {
  throw UnimplementedError('setMediaFormat() has not been implemented.');
}