Gets the hasAudio property.
@override Future<bool?> getHasAudio() { assert(_memory != null); return RtmpStreamPlatform.instance.getHasAudio(); }