com.cisco.jabber.guest.RenderCallbacks Interface Reference

Interface definition for callbacks invoked when a given TextureView is receiving frames from a media source (local or remote). More...

Inheritance diagram for com.cisco.jabber.guest.RenderCallbacks:
com.cisco.jabber.guest.BaseTextureViewLayout com.cisco.jabber.guest.DataView com.cisco.jabber.guest.PreviewView com.cisco.jabber.guest.RemoteView com.cisco.jabber.guest.SelfView

Public Member Functions

void onFramesDropped ()
 Called when frames are no longer being delivered to the TextureView.
 
void onFramesResumed ()
 Called when frames have resumed being delivered to the TextureView.
 
void onFrameSizeChanged (int width, int height)
 Called when the size of the frames being delivered to the TextureView has changed. More...
 
void onFirstFrame ()
 Called when the first frame is delivered to the TextureView.
 

Detailed Description

Interface definition for callbacks invoked when a given TextureView is receiving frames from a media source (local or remote).

Member Function Documentation

void com.cisco.jabber.guest.RenderCallbacks.onFrameSizeChanged ( int  width,
int  height 
)

Called when the size of the frames being delivered to the TextureView has changed.

Parameters
widthThe new width of the received frames.
heightThe new height of the received frames.

Implemented in com.cisco.jabber.guest.DataView, com.cisco.jabber.guest.BaseTextureViewLayout, com.cisco.jabber.guest.SelfView, com.cisco.jabber.guest.PreviewView, and com.cisco.jabber.guest.RemoteView.