Files
PrinceOfGlory/Packages/com.unity.xr.openxr.picoxr/Enterprise/Scripts/Enums/ScreencastAudioOutputEnum.cs
2026-03-03 03:15:46 +08:00

10 lines
199 B
C#

namespace Unity.XR.PICO.TOBSupport
{
public enum ScreencastAudioOutputEnum
{
AUDIO_ERROR=0,
AUDIO_SINK = 1,
AUDIO_TARGET = 2,
AUDIO_SINK_TARGET = 3,
}
}