public class VideoCallInfo
extends java.lang.Object
Constructor and Description |
---|
VideoCallInfo(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
boolean |
answerWithVideo()
Gets the state of answer with video
|
void |
answerWithVideo(boolean value)
Sets the state of answer with video
|
boolean |
anyStarted()
Get the state of the both direction of video
The function the state of the both direction of video.The state is changed via start.
|
AudioVideoCodecs |
codec()
Gets the codec used in the video call
|
void |
codec(AudioVideoCodecs value)
Sets the codec used in the video call
|
OriginType |
dir()
Gets the direction of the video call
|
void |
dir(OriginType value)
Sets the direction of the video call
|
protected void |
finalize()
Ensures the underlying native object destruction
|
float |
fps()
Gets the frames per second
|
void |
fps(float value)
Sets the frames per second
|
long |
handle()
Gets the pointer/address to the underlying native object
|
boolean |
hangUpRequested()
Get the state of the hang up request
|
void |
hangUpRequested(boolean value)
Sets the state of the hang up request
|
int |
height()
Gets the height of the frame
|
void |
height(int value)
Sets the height of the frame
|
boolean |
hwdAccelerated()
Gets the state of the hardware acceleration
|
void |
hwdAccelerated(boolean value)
Sets the state of the hardware acceleration
|
boolean |
incStarted()
Get the state of the incoming video
The function get the state of the outgoing video.The state is changed via start.
|
boolean |
outStarted()
Get the state of the outgoing video
The function get the state of the outgoing video.
|
void |
start(OriginType dir,
boolean value)
Sets the state of the video in both directions
|
long |
threadID()
Gets the thread id for the video call
|
void |
threadID(long value)
Sets the thread id for the video call
|
int |
width()
Gets the width of the frame
|
void |
width(int value)
Sets the width of the frame
|
public VideoCallInfo(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public long threadID()
public void threadID(long value)
value
- The ZDK handlepublic AudioVideoCodecs codec()
public void codec(AudioVideoCodecs value)
value
- The video codecpublic OriginType dir()
public void dir(OriginType value)
value
- The directionpublic int width()
public void width(int value)
value
- The widthpublic int height()
public void height(int value)
value
- The heightpublic float fps()
public void fps(float value)
value
- The Frames Per Secondpublic boolean outStarted()
start
public boolean incStarted()
start
public boolean anyStarted()
start
public boolean hangUpRequested()
public void hangUpRequested(boolean value)
value
- The state of the hang up requestpublic boolean hwdAccelerated()
public void hwdAccelerated(boolean value)
value
- The state of the hardware accelerationpublic boolean answerWithVideo()
public void answerWithVideo(boolean value)
value
- The state of answer with videopublic void start(OriginType dir, boolean value)
dir
- The directionvalue
- The state of the video