ZDK
Public Member Functions | List of all members
ZDK::IVideoCallInfo Class Referenceabstract
Inheritance diagram for ZDK::IVideoCallInfo:
ZDK::IZHandle

Public Member Functions

virtual ZDK::ZDKHandle ThreadID () const =0
 Gets the thread id for the video call. More...
 
virtual void ThreadID (ZDK::ZDKHandle value)=0
 Sets the thread id for the video call. More...
 
virtual ZDK::AudioVideoCodecs Codec () const =0
 Gets the codec used in the video call. More...
 
virtual void Codec (ZDK::AudioVideoCodecs value)=0
 Sets the codec used in the video call. More...
 
virtual ZDK::OriginType Dir () const =0
 Gets the direction of the video call. More...
 
virtual void Dir (ZDK::OriginType value)=0
 Sets the direction of the video call. More...
 
virtual int Width () const =0
 Gets the width of the frame. More...
 
virtual void Width (int value)=0
 Sets the width of the frame. More...
 
virtual int Height () const =0
 Gets the height of the frame. More...
 
virtual void Height (int value)=0
 Sets the height of the frame. More...
 
virtual float FPS () const =0
 Gets the frames per seconds. More...
 
virtual void FPS (float value)=0
 Sets the frames per seconds. More...
 
virtual bool OutStarted () const =0
 Get the state of the outgoing video. More...
 
virtual bool IncStarted () const =0
 Get the state of the incoming video. More...
 
virtual bool AnyStarted () const =0
 Get the state of the both direction of video. More...
 
virtual void Start (ZDK::OriginType dir, bool value)=0
 Sets the state of the video in both directions. More...
 
virtual bool HangUpRequested () const =0
 Get the state of the hang up request. More...
 
virtual void HangUpRequested (bool value)=0
 Sets the state of the hang up request. More...
 
virtual bool HWDAccelerated () const =0
 Gets the state of the hardware acceleration. More...
 
virtual void HWDAccelerated (bool value)=0
 Sets the state of the hardware acceleration. More...
 
virtual bool AnswerWithVideo () const =0
 Gets the state of answer with video. More...
 
virtual void AnswerWithVideo (bool value)=0
 Sets the state of answer with video. More...
 
- Public Member Functions inherited from ZDK::IZHandle
virtual ZDK::ZDKHandle Handle () const =0
 
virtual operator ZDK::ZDKHandle () const =0
 
virtual void Initialize ()=0
 
virtual void ReleaseReference ()=0
 

Member Function Documentation

◆ AnswerWithVideo() [1/2]

virtual bool ZDK::IVideoCallInfo::AnswerWithVideo ( ) const
pure virtual

Gets the state of answer with video.

Returns
The state of answer with video

◆ AnswerWithVideo() [2/2]

virtual void ZDK::IVideoCallInfo::AnswerWithVideo ( bool  value)
pure virtual

Sets the state of answer with video.

Parameters
[in]valueThe state of answer with video

◆ AnyStarted()

virtual bool ZDK::IVideoCallInfo::AnyStarted ( ) const
pure virtual

Get the state of the both direction of video.

The function the state of the both direction of video.The state is changed via IStart.

Returns
The state of the both direction of video
See also
IStart

◆ Codec() [1/2]

virtual ZDK::AudioVideoCodecs ZDK::IVideoCallInfo::Codec ( ) const
pure virtual

Gets the codec used in the video call.

Returns
The codec used in the video call

◆ Codec() [2/2]

virtual void ZDK::IVideoCallInfo::Codec ( ZDK::AudioVideoCodecs  value)
pure virtual

Sets the codec used in the video call.

Parameters
[in]valueThe video codec

◆ Dir() [1/2]

virtual ZDK::OriginType ZDK::IVideoCallInfo::Dir ( ) const
pure virtual

Gets the direction of the video call.

Returns
The direction of the video call

◆ Dir() [2/2]

virtual void ZDK::IVideoCallInfo::Dir ( ZDK::OriginType  value)
pure virtual

Sets the direction of the video call.

Parameters
[in]valueThe direction

◆ FPS() [1/2]

virtual float ZDK::IVideoCallInfo::FPS ( ) const
pure virtual

Gets the frames per seconds.

Parameters
[in]valueThe height

◆ FPS() [2/2]

virtual void ZDK::IVideoCallInfo::FPS ( float  value)
pure virtual

Sets the frames per seconds.

Returns
The frames per seconds

◆ HangUpRequested() [1/2]

virtual bool ZDK::IVideoCallInfo::HangUpRequested ( ) const
pure virtual

Get the state of the hang up request.

Returns
The state of hang up request

◆ HangUpRequested() [2/2]

virtual void ZDK::IVideoCallInfo::HangUpRequested ( bool  value)
pure virtual

Sets the state of the hang up request.

Parameters
[in]valueThe state of the hang up request

◆ Height() [1/2]

virtual int ZDK::IVideoCallInfo::Height ( ) const
pure virtual

Gets the height of the frame.

Returns
The height of the frame

◆ Height() [2/2]

virtual void ZDK::IVideoCallInfo::Height ( int  value)
pure virtual

Sets the height of the frame.

Parameters
[in]valueThe height

◆ HWDAccelerated() [1/2]

virtual bool ZDK::IVideoCallInfo::HWDAccelerated ( ) const
pure virtual

Gets the state of the hardware acceleration.

Returns
The state of hardware acceleration

◆ HWDAccelerated() [2/2]

virtual void ZDK::IVideoCallInfo::HWDAccelerated ( bool  value)
pure virtual

Sets the state of the hardware acceleration.

Parameters
[in]valueThe state of the hardware acceleration

◆ IncStarted()

virtual bool ZDK::IVideoCallInfo::IncStarted ( ) const
pure virtual

Get the state of the incoming video.

The function get the state of the outgoing video.The state is changed via IStart.

Returns
The state of the incoming video
See also
IStart

◆ OutStarted()

virtual bool ZDK::IVideoCallInfo::OutStarted ( ) const
pure virtual

Get the state of the outgoing video.

The function get the state of the outgoing video.The state is changed via IStart.

Returns
The state of the outgoing video
See also
IStart

◆ Start()

virtual void ZDK::IVideoCallInfo::Start ( ZDK::OriginType  dir,
bool  value 
)
pure virtual

Sets the state of the video in both directions.

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

◆ ThreadID() [1/2]

virtual ZDK::ZDKHandle ZDK::IVideoCallInfo::ThreadID ( ) const
pure virtual

Gets the thread id for the video call.

Returns
A ZDK handle

◆ ThreadID() [2/2]

virtual void ZDK::IVideoCallInfo::ThreadID ( ZDK::ZDKHandle  value)
pure virtual

Sets the thread id for the video call.

Parameters
[in]valueThe ZDK handle

◆ Width() [1/2]

virtual int ZDK::IVideoCallInfo::Width ( ) const
pure virtual

Gets the width of the frame.

Returns
The width of the frame

◆ Width() [2/2]

virtual void ZDK::IVideoCallInfo::Width ( int  value)
pure virtual

Sets the width of the frame.

Parameters
[in]valueThe width

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