Public Member Functions | |
| Linphone.VideoSourceDescriptor | Clone () |
| void | SetScreenSharing (Linphone.VideoSourceScreenSharingType type, IntPtr nativeData) |
Properties | |
| Linphone.Call | Call [get, set] |
| string | CameraId [get, set] |
| string | Image [get, set] |
| IntPtr | ScreenSharing [get] |
| Linphone.VideoSourceScreenSharingType | ScreenSharingType [get] |
| Linphone.VideoSourceType | Type [get] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
Object that is used to describe a video source.
|
inline |
Instantiate a new video source descriptor with values from source.
|
inline |
Sets the source of a Linphone.VideoSourceDescriptor as screen sharing.
native_data depends on the type and the current platform: native_data depends on the type and the current platform: -Linux : uintptr_t The index of the screen ordered by XineramaQueryScreens. -Mac : CGDirectDisplayID The display identification that can be retrieved from SCShareableContent. -Windows : uintptr_t The index of the screen ordered by IDXGIAdapter->EnumOutputs. -Linux : Window The Window object that can be retrieved from XQueryPointer. -Mac : CGWindowID The window identification that can be retrieved from NSEvent. -Windows : HWND The window handle that can be retrieved from WindowFromPoint. -not yet supported.
| type | The Linphone.VideoSourceScreenSharingType type of native_data. |
| nativeData | The screen handle that will be used as a video source. |
|
getset |
Gets the call of a Linphone.VideoSourceDescriptor.
|
getset |
Gets the camera id of a Linphone.VideoSourceDescriptor.
|
getset |
Gets the image path of a Linphone.VideoSourceDescriptor.
|
get |
Gets the screen sharing description of a Linphone.VideoSourceDescriptor.
|
get |
Gets the screen sharing type of a Linphone.VideoSourceDescriptor.
|
get |
Gets the type of a Linphone.VideoSourceDescriptor.