void setAudioTrack(String? name, int? index) { _videoPlayerPlatform.setAudioTrack(_textureId, name, index); }