MediaInputPlaybackStarted constructor

MediaInputPlaybackStarted({
  1. required String inputName,
  2. String? inputUuid,
})

Implementation

MediaInputPlaybackStarted({required this.inputName, this.inputUuid});