/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * IActiveVideoDeviceChangedEventData. * IActiveVideoDeviceChangedEventData Interface */ @CoInterface(guid="{232F1CAB-5351-4E48-8A87-2185445F712D}") public interface IActiveVideoDeviceChangedEventData extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(1610743808) public IVideoDevice getNewActiveVideoDevice() throws ComException; }