X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=sys%2Fwasapi%2Fgstwasapiutil.h;h=a0e329d6f4e8086a6f3c0a5587f282312a437554;hb=affb0182c636948a69a309f07ea0c238b5c1bfa4;hp=784ef58524da5777584a3fd8869a9f75e4c3666d;hpb=8649cef462226a67272edae764a3eca79c55051d;p=platform%2Fupstream%2Fgstreamer.git diff --git a/sys/wasapi/gstwasapiutil.h b/sys/wasapi/gstwasapiutil.h index 784ef58..a0e329d 100644 --- a/sys/wasapi/gstwasapiutil.h +++ b/sys/wasapi/gstwasapiutil.h @@ -79,7 +79,7 @@ gboolean gst_wasapi_util_get_devices (GstElement * element, gboolean active, GList ** devices); gboolean gst_wasapi_util_get_device_client (GstElement * element, - gboolean capture, gint role, const wchar_t * device_strid, + gint data_flow, gint role, const wchar_t * device_strid, IMMDevice ** ret_device, IAudioClient ** ret_client); gboolean gst_wasapi_util_get_device_format (GstElement * element, @@ -107,11 +107,12 @@ void gst_wasapi_util_get_best_buffer_sizes (GstAudioRingBufferSpec * spec, gboolean gst_wasapi_util_initialize_audioclient (GstElement * element, GstAudioRingBufferSpec * spec, IAudioClient * client, WAVEFORMATEX * format, guint sharemode, gboolean low_latency, - guint * ret_devicep_frames); + gboolean loopback, guint * ret_devicep_frames); gboolean gst_wasapi_util_initialize_audioclient3 (GstElement * element, GstAudioRingBufferSpec * spec, IAudioClient3 * client, - WAVEFORMATEX * format, gboolean low_latency, guint * ret_devicep_frames); + WAVEFORMATEX * format, gboolean low_latency, gboolean loopback, + guint * ret_devicep_frames); HANDLE gst_wasapi_util_set_thread_characteristics (void);