Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetAudioLanguageCode(ushort)

Returns the language code, if any, for the specified track.
Read time 1 minuteLast updated 10 days ago

Definition

public string GetAudioLanguageCode(ushort trackIndex)

Parameters

trackIndex

Index of the audio track to query.

Returns

Type

Description

stringLanguage code.

Remarks

For URL sources, this will only be set once the source preparation is completed. See VideoPlayer.Prepare.