public interface VideoDefinition
Modifier and Type | Method and Description |
---|---|
VideoDefinition |
clone()
Clone a video definition.
|
boolean |
equals(VideoDefinition vdef2)
Tells whether two #LinphoneVideoDefinition objects are equal (the widths and
the heights are the same but can be switched).
|
int |
getHeight()
Get the height of the video definition.
|
java.lang.String |
getName()
Get the name of the video definition.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
int |
getWidth()
Get the width of the video definition.
|
boolean |
isUndefined()
Tells whether a #LinphoneVideoDefinition is undefined.
|
void |
setDefinition(int width,
int height)
Set the width and the height of the video definition.
|
void |
setHeight(int height)
Set the height of the video definition.
|
void |
setName(java.lang.String name)
Set the name of the video definition.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
void |
setWidth(int width)
Set the width of the video definition.
|
boolean |
strictEquals(VideoDefinition vdef2)
Tells whether two #LinphoneVideoDefinition objects are strictly equal (the
widths are the same and the heights are the same).
|
int getHeight()
void setHeight(int height)
boolean isUndefined()
java.lang.String getName()
void setName(java.lang.String name)
int getWidth()
void setWidth(int width)
VideoDefinition clone()
boolean equals(VideoDefinition vdef2)
void setDefinition(int width, int height)
boolean strictEquals(VideoDefinition vdef2)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()