zdk.objc
Instance Methods | Properties | List of all members
<ZDKVideoCallInfo> Protocol Reference
Inheritance diagram for <ZDKVideoCallInfo>:
<ZDKZHandle>

Instance Methods

(void) - start:value:
 Sets the state of the video in both directions. More...
 
(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

long int threadID
 Sets the thread id for the video call. More...
 
ZDKAudioVideoCodecs codec
 Sets the codec used in the video call. More...
 
ZDKOriginType dir
 Sets the direction of the video call. More...
 
int width
 Sets the width of the frame. More...
 
int height
 Sets the height of the frame. More...
 
float fps
 Sets the frames per second. More...
 
BOOL outStarted
 Get the state of the outgoing video. More...
 
BOOL incStarted
 Get the state of the incoming video. More...
 
BOOL anyStarted
 Get the state of the both direction of video. More...
 
BOOL hangUpRequested
 Sets the state of the hang up request. More...
 
BOOL hwdAccelerated
 Sets the state of the hardware acceleration. More...
 
BOOL answerWithVideo
 Sets the state of answer with video. More...
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

◆ start:value:

- (void) start: (ZDKOriginType)  dir
value: (BOOL)  value 

Sets the state of the video in both directions.

Parameters
[in]dirThe direction
[in]valueThe state of the video

Property Documentation

◆ answerWithVideo

- (BOOL) answerWithVideo
readwritenonatomicassign

Sets the state of answer with video.

Parameters
[in]valueThe state of answer with video

◆ anyStarted

- (BOOL) anyStarted
readnonatomicassign

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().

Returns
The state of the both direction of video
See also
start()

◆ codec

- (ZDKAudioVideoCodecs) codec
readwritenonatomicassign

Sets the codec used in the video call.

Parameters
[in]valueThe video codec

◆ dir

- (ZDKOriginType) dir
readwritenonatomicassign

Sets the direction of the video call.

Parameters
[in]valueThe direction

◆ fps

- (float) fps
readwritenonatomicassign

Sets the frames per second.

Parameters
[in]valueThe Frames Per Second

◆ hangUpRequested

- (BOOL) hangUpRequested
readwritenonatomicassign

Sets the state of the hang up request.

Parameters
[in]valueThe state of the hang up request

◆ height

- (int) height
readwritenonatomicassign

Sets the height of the frame.

Parameters
[in]valueThe height

◆ hwdAccelerated

- (BOOL) hwdAccelerated
readwritenonatomicassign

Sets the state of the hardware acceleration.

Parameters
[in]valueThe state of the hardware acceleration

◆ incStarted

- (BOOL) incStarted
readnonatomicassign

Get the state of the incoming video.

The function get the state of the outgoing video.The state is changed via start().

Returns
The state of the incoming video
See also
start()

◆ outStarted

- (BOOL) outStarted
readnonatomicassign

Get the state of the outgoing video.

The function get the state of the outgoing video. The state is changed via start().

Returns
The state of the outgoing video
See also
start()

◆ threadID

- (long int) threadID
readwritenonatomicassign

Sets the thread id for the video call.

Parameters
[in]valueThe ZDK handle

◆ width

- (int) width
readwritenonatomicassign

Sets the width of the frame.

Parameters
[in]valueThe width

The documentation for this protocol was generated from the following file: