API for video device implementors.
More...
◆ pjmedia_vid_dev_get_local_index()
Internal API: return the factory instance and device index that's local to the factory for a given device ID.
- Parameters
-
id | Device id. |
p_f | Out: factory instance |
p_local_index | Out: device index within the factory |
- Returns
- PJ_SUCCESS on success.
◆ pjmedia_vid_dev_get_global_index()
Internal API: return the global device index given a factory instance and a local device index.
- Parameters
-
f | Factory. |
local_idx | Local index. |
pid | Returned global index. |
- Returns
- PJ_SUCCESS on success.