Skip to main content

EOS_RTCAdmin_OnSetParticipantHardMuteCompleteCallback

Type Alias EOS_RTCAdmin_OnSetParticipantHardMuteCompleteCallback 

Source
pub type EOS_RTCAdmin_OnSetParticipantHardMuteCompleteCallback = Option<unsafe extern "C" fn(Data: *const EOS_RTCAdmin_SetParticipantHardMuteCompleteCallbackInfo)>;
Expand description

Function prototype definition for callbacks passed to EOS_RTCAdmin_SetParticipantHardMute @param Data An EOS_RTCAdmin_SetParticipantHardMuteCompleteCallbackInfo containing the output information and result

Aliased Type§

pub enum EOS_RTCAdmin_OnSetParticipantHardMuteCompleteCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_RTCAdmin_SetParticipantHardMuteCompleteCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_RTCAdmin_SetParticipantHardMuteCompleteCallbackInfo))

Some value of type T.