UserAudioSpectrumInfo
Audio spectrum information of the remote user.
public struct UserAudioSpectrumInfo
{
public uint uid;
public AudioSpectrumData spectrumData;
};
Attributes
- uid
- The user ID of the remote user.
- spectrumData
-
Audio spectrum information of the remote user. See AudioSpectrumData.