GetAudioLanguageCode(ushort)
Returns the language code, if any, for the specified track.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public string GetAudioLanguageCode(ushort trackIndex)
Parameters
Index of the audio track to query.
Returns
Type | Description |
|---|---|
| string | Language code. |
Remarks
For URL sources, this will only be set once the source preparation is completed. See VideoPlayer.Prepare.