EOS_RTCAudio_UpdateReceivingVolumeCallbackInfo

EOS API reference page for EOS_RTCAudio_UpdateReceivingVolumeCallbackInfo

1分で読めます

Remarks

This struct is passed in with a call to EOS_RTCAudio_OnUpdateReceivingVolumeCallback.

Properties

EOS_RTCAudio_UpdateReceivingVolumeCallbackInfo

PropertyValue
EOS_EResult ResultCodeThis returns: EOS_Success if receiving volume of channels of the local user was successfully changed. EOS_UnexpectedError otherwise.
void* ClientDataClient-specified data passed into EOS_RTCAudio_UpdateReceivingVolume.
EOS_ProductUserId LocalUserIdThe Product User ID of the user who initiated this request.
const char* RoomNameThe room this settings should be applied on.
float VolumeThe volume that was set for received audio (range 0.0 to 100.0).