VideoPlayer.SetDirectAudioVolume public void SetDirectAudioVolume (ushort trackIndex, float volume); 参数 trackIndex 为其设置音量的轨道索引。 volume 新音量,介于 0 到 1 之间。 描述 设置指定轨道的直接输出音频音量。 Did you find this page useful? Please give it a rating: Report a problem on...
VideoPlayer.SetDirectAudioVolume public voidSetDirectAudioVolume(ushorttrackIndex, floatvolume); 参数 trackIndex为其设置音量的轨道索引。 volume新音量,介于 0 到 1 之间。 描述 设置指定轨道的直接输出音频音量。 Did you find this page useful? Please give it a rating: ...
public bool canSetDirectAudioVolume ; 描述 当前平台和视频格式是否支持直接输出音量控制。(只读) 此值仅在已准备好电影时有效。请参阅 VideoPlayer.Prepare。 Did you find this page useful? Please give it a rating: Report a problem on this page Copyright © 2022 Unity Technologies. Publication 20...
VideoPlayer.canSetDirectAudioVolume public boolcanSetDirectAudioVolume; 説明 Whether direct-output volume controls are supported for the current platform and video format. (Read Only) This value is only valid when the movie has been prepared. SeeVideoPlayer.Prepare. ...