Public Member Functions | |
| Linphone.VideoDefinition | Clone () |
| bool | Equals (Linphone.VideoDefinition videoDefinition2) |
| void | SetDefinition (uint width, uint height) |
| bool | StrictEquals (Linphone.VideoDefinition videoDefinition2) |
Properties | |
| uint | Height [get, set] |
| bool | IsUndefined [get] |
| string | Name [get, set] |
| uint | Width [get, set] |
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) |
This object represents a video definition, eg.
it's width, it's height and possibly it's name. It is mostly used to configure the default video size sent by your camera during a video call with Linphone.Core.PreferredVideoDefinition method.
|
inline |
Clone a video definition.
|
inline |
Tells whether two Linphone.VideoDefinition objects are equal (the widths and the heights are the same but can be switched).
| videoDefinition2 | Linphone.VideoDefinition object |
|
inline |
Set the width and the height of the video definition.
| width | The width of the video definition |
| height | The height of the video definition |
|
inline |
Tells whether two Linphone.VideoDefinition objects are strictly equal (the widths are the same and the heights are the same).
| videoDefinition2 | Linphone.VideoDefinition object |
|
getset |
Get the height of the video definition.
|
get |
Tells whether a Linphone.VideoDefinition is undefined.
|
getset |
Get the name of the video definition.
|
getset |
Get the width of the video definition.