EOS_RTCAudio_UpdateSendingVolumeCallbackInfo

EOS API reference page for EOS_RTCAudio_UpdateSendingVolumeCallbackInfo

1分で読めます

Remarks

This struct is passed in with a call to EOS_RTCAudio_OnUpdateSendingVolumeCallback.

Properties

EOS_RTCAudio_UpdateSendingVolumeCallbackInfo

PropertyValue
EOS_EResult ResultCodeThis returns: EOS_Success if sending volume of channels of the local user was successfully changed. EOS_UnexpectedError otherwise.
void* ClientDataClient-specified data passed into EOS_RTCAudio_UpdateSendingVolume.
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 sent audio (range 0.0 to 100.0).