setMixWithOthers method

void setMixWithOthers(
  1. bool mixWithOthers
)

Implementation

void setMixWithOthers(bool mixWithOthers) {
  _videoPlayerPlatform.setMixWithOthers(_textureId, mixWithOthers);
}