VideoPlayer.IsAudioTrackEnabled
public bool IsAudioTrackEnabled(ushort trackIndex);
Parameters
| trackIndex | Index of the audio track being queried. |
Returns
bool
Returns true if decoding for the specified audio track is enabled.
Description 描述
Whether decoding for the specified audio track is enabled. See VideoPlayer.EnableAudioTrack for distinction with mute.