Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetAudioSampleRate(ushort)

Gets the audio track sampling rate in Hertz.
Read time 1 minuteLast updated 12 days ago

Definition

public uint GetAudioSampleRate(ushort trackIndex)

Parameters

trackIndex

Index of the audio track to query.

Returns

Type

Description

uintThe sampling rate in Hertz.

Remarks

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