mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Re-implement audio capturing based on the AudioService API (fixes issue #2755)
This commit is contained in:
committed by
Marshall Greenblatt
parent
d65483ae16
commit
8d01442d75
@ -381,6 +381,7 @@ _simpletypes = {
|
||||
'uint64': ['uint64', '0'],
|
||||
'double': ['double', '0'],
|
||||
'float': ['float', '0'],
|
||||
'float*': ['float*', 'NULL'],
|
||||
'long': ['long', '0'],
|
||||
'unsigned long': ['unsigned long', '0'],
|
||||
'long long': ['long long', '0'],
|
||||
@ -404,6 +405,7 @@ _simpletypes = {
|
||||
'CefDraggableRegion': ['cef_draggable_region_t', 'CefDraggableRegion()'],
|
||||
'CefThreadId': ['cef_thread_id_t', 'TID_UI'],
|
||||
'CefTime': ['cef_time_t', 'CefTime()'],
|
||||
'CefAudioParameters': ['cef_audio_parameters_t', 'CefAudioParameters()']
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user