Jabber Guest Android SDK
 All Classes Namespaces Functions Variables Enumerator Pages
com.cisco.jabber.guest.BaseTextureViewLayout Class Reference

Abstract view that is extended by PreviewView, RemoteView, and SelfView. More...

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

Public Member Functions

TextureView getTextureView ()
 Gets the TextureView contained within this view. More...
 

Detailed Description

Abstract view that is extended by PreviewView, RemoteView, and SelfView.

This class contains logic that allows these views to associate themselves with a JabberGuestCall instance whenever the view is attached to a window, or to properly dissociate themselves from that JabberGuestCall instance whenever the view is detached from a window. This allows these views to tie into call state and call control event information, be notified of any relevant changes, and update their internal logic and/or appearance as appropriate.

Member Function Documentation

TextureView com.cisco.jabber.guest.BaseTextureViewLayout.getTextureView ( )
inline

Gets the TextureView contained within this view.

Returns
The TextureView contained within this view.