mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
docs: Update wasapi2 and mfvideosrc doc
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1480>
This commit is contained in:
parent
fc49886c61
commit
c7da86665f
1 changed files with 33 additions and 0 deletions
|
@ -207213,6 +207213,17 @@
|
|||
"readable": true,
|
||||
"type": "gchararray",
|
||||
"writable": true
|
||||
},
|
||||
"dispatcher": {
|
||||
"blurb": "ICoreDispatcher COM object to use. In order for application to ask permission of capture device, device activation should be running on UI thread via ICoreDispatcher. This element will increase the reference count of given ICoreDispatcher and release it after use. Therefore, caller does not need to consider additional reference count management",
|
||||
"conditionally-available": true,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"mutable": "ready",
|
||||
"readable": false,
|
||||
"type": "gpointer",
|
||||
"writable": true
|
||||
}
|
||||
},
|
||||
"rank": "secondary"
|
||||
|
@ -223159,6 +223170,17 @@
|
|||
"type": "gchararray",
|
||||
"writable": true
|
||||
},
|
||||
"dispatcher": {
|
||||
"blurb": "ICoreDispatcher COM object to use. In order for application to ask permission of audio device, device activation should be running on UI thread via ICoreDispatcher. This element will increase the reference count of given ICoreDispatcher and release it after use. Therefore, caller does not need to consider additional reference count management",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"mutable": "ready",
|
||||
"readable": false,
|
||||
"type": "gpointer",
|
||||
"writable": true
|
||||
},
|
||||
"low-latency": {
|
||||
"blurb": "Optimize all settings for lowest latency. Always safe to enable.",
|
||||
"conditionally-available": false,
|
||||
|
@ -223239,6 +223261,17 @@
|
|||
"type": "gchararray",
|
||||
"writable": true
|
||||
},
|
||||
"dispatcher": {
|
||||
"blurb": "ICoreDispatcher COM object to use. In order for application to ask permission of audio device, device activation should be running on UI thread via ICoreDispatcher. This element will increase the reference count of given ICoreDispatcher and release it after use. Therefore, caller does not need to consider additional reference count management",
|
||||
"conditionally-available": false,
|
||||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"mutable": "ready",
|
||||
"readable": false,
|
||||
"type": "gpointer",
|
||||
"writable": true
|
||||
},
|
||||
"low-latency": {
|
||||
"blurb": "Optimize all settings for lowest latency. Always safe to enable.",
|
||||
"conditionally-available": false,
|
||||
|
|
Loading…
Reference in a new issue