30 #include <sbIRemotePlayer.h>
31 #include <nsIDOMWindow.h>
41 NS_ENSURE_ARG_POINTER(aCodebase);
42 NS_ENSURE_ARG_POINTER(aWindow);
43 NS_ENSURE_ARG_POINTER(_retval);
48 NS_ENSURE_TRUE(player, NS_ERROR_OUT_OF_MEMORY);
50 rv = player->InitPrivileged(aCodebase, aWindow);
51 NS_ENSURE_SUCCESS(rv, rv);
53 NS_ADDREF(*_retval = player);
NS_IMPL_ISUPPORTS1(sbDeviceCapabilitiesUtils, sbIDeviceCapabilitiesUtils) sbDeviceCapabilitiesUtils
This interface is a composition of many of our other interfaces with the goal of exposing a more web-...