コード例 #1
0
    public vx_evt_media_completion_t as_vx_evt_media_completion()
    {
        global::System.IntPtr     cPtr = VivoxCoreInstancePINVOKE.vx_evt_base_t_as_vx_evt_media_completion(swigCPtr);
        vx_evt_media_completion_t ret  = (cPtr == global::System.IntPtr.Zero) ? null : new vx_evt_media_completion_t(cPtr, false);

        return(ret);
    }
コード例 #2
0
        public void HandleMediaComplete(vx_evt_base_t eventMessage)
        {
            vx_evt_media_completion_t evt = eventMessage;

            Debug.Assert(evt != null);
            switch (evt.completion_type)
            {
            case vx_media_completion_type.sessiongroup_audio_injection:
                IsInjectingAudio = false;
                break;
            }
        }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(vx_evt_media_completion_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }