Searched refs:prop_store (Results 1 – 1 of 1) sorted by relevance
342 IPropertyStore *prop_store = NULL; in gst_wasapi_util_get_devices() local381 hr = IMMDevice_OpenPropertyStore (item, STGM_READ, &prop_store); in gst_wasapi_util_get_devices()387 hr = IPropertyStore_GetValue (prop_store, &PKEY_Device_FriendlyName, &var); in gst_wasapi_util_get_devices()435 if (prop_store) in gst_wasapi_util_get_devices()436 IUnknown_Release (prop_store); in gst_wasapi_util_get_devices()486 IPropertyStore *prop_store = NULL; in gst_wasapi_util_get_device_format() local488 hr = IMMDevice_OpenPropertyStore (device, STGM_READ, &prop_store); in gst_wasapi_util_get_device_format()491 hr = IPropertyStore_GetValue (prop_store, &PKEY_AudioEngine_DeviceFormat, in gst_wasapi_util_get_device_format()497 IUnknown_Release (prop_store); in gst_wasapi_util_get_device_format()505 IUnknown_Release (prop_store); in gst_wasapi_util_get_device_format()