Skip navigation links
A C D G I O R S T U V 

A

addRendererListener(RendererListener) - Method in class com.azure.android.communication.calling.VideoStreamRenderer
Subscribe to the rendering events raised by a VideoStreamRenderer

C

CallFeatureFactory<TCallFeature extends CallFeature> - Interface in com.azure.android.communication.calling
Represents the factory of call api features.
com.azure.android.communication.calling - package com.azure.android.communication.calling
 
createView() - Method in class com.azure.android.communication.calling.VideoStreamRenderer
Creates a VideoStreamRendererView using default CreateViewOptions
createView(CreateViewOptions) - Method in class com.azure.android.communication.calling.VideoStreamRenderer
Creates a VideoStreamRendererView using the provided CreateViewOptions

D

dispose() - Method in class com.azure.android.communication.calling.VideoStreamRenderer
Stops Rendering and destroy the VideoStreamRendererView
dispose() - Method in class com.azure.android.communication.calling.VideoStreamRendererView
Removes the videoStreamView from the view hierarchy

G

getCallFeatureImpl() - Method in interface com.azure.android.communication.calling.CallFeatureFactory
 
getHeight() - Method in class com.azure.android.communication.calling.StreamSize
Retrieve the current height of the stream
getSize() - Method in class com.azure.android.communication.calling.VideoStreamRenderer
Retrieve the size of the underlying Video Stream
getWidth() - Method in class com.azure.android.communication.calling.StreamSize
Retrieve the current width of the stream

I

isRendering() - Method in class com.azure.android.communication.calling.VideoStreamRendererView
Retrieve the current rendering state

O

onFirstFrameRendered() - Method in interface com.azure.android.communication.calling.RendererListener
Event indicating the first frame has been successfully rendered
onFrameSizeChanged(SurfaceTexture, int, int) - Method in class com.azure.android.communication.calling.VideoStreamRendererView
 
onOrientationChanged(int) - Method in class com.azure.android.communication.calling.VideoStreamRendererView
 
onPreviewSurfaceUnset(SurfaceTexture) - Method in class com.azure.android.communication.calling.VideoStreamRendererView
 
onRendererFailedToStart() - Method in interface com.azure.android.communication.calling.RendererListener
Event indicating an error while starting the VideoStreamRenderer
onSurfaceTextureAvailable(SurfaceTexture, int, int) - Method in class com.azure.android.communication.calling.VideoStreamRendererView
 
onSurfaceTextureDestroyed(SurfaceTexture) - Method in class com.azure.android.communication.calling.VideoStreamRendererView
 
onSurfaceTextureSizeChanged(SurfaceTexture, int, int) - Method in class com.azure.android.communication.calling.VideoStreamRendererView
 
onSurfaceTextureUpdated(SurfaceTexture) - Method in class com.azure.android.communication.calling.VideoStreamRendererView
 

R

removeRendererListener(RendererListener) - Method in class com.azure.android.communication.calling.VideoStreamRenderer
Unsubscribe to the rendering events raised by a VideoStreamRenderer
RendererListener - Interface in com.azure.android.communication.calling
RendererListener interface exposing events raised during a rendering of a VideoStream

S

StreamSize - Class in com.azure.android.communication.calling
StreamSize class representing the dimensions of a video stream

T

toString() - Method in class com.azure.android.communication.calling.StreamSize
Retrieve a formatted String representing the width X height of the stream

U

updateScalingMode(ScalingMode) - Method in class com.azure.android.communication.calling.VideoStreamRendererView
Updates the ScalingMode

V

VideoStreamRenderer - Class in com.azure.android.communication.calling
Renderer class to handle video streams
VideoStreamRenderer(LocalVideoStream, Context) - Constructor for class com.azure.android.communication.calling.VideoStreamRenderer
Creates a new instance to render a localVideoStream
VideoStreamRenderer(RemoteVideoStream, Context) - Constructor for class com.azure.android.communication.calling.VideoStreamRenderer
Creates a new instance to render a remoteVideoStream
VideoStreamRendererView - Class in com.azure.android.communication.calling
VideoStreamRendererView representing the rendering surface to attach to a UI to render the Video Stream
A C D G I O R S T U V 
Skip navigation links