Skip navigation links
A B C D E F G H I L M N O P R S T U V W Y 

A

addAudioTrack(boolean) - Method in class com.twilio.video.LocalMedia
Adds audio track to local media.
addAudioTrack(boolean, AudioOptions) - Method in class com.twilio.video.LocalMedia
Adds audio track to local media.
addRenderer(VideoRenderer) - Method in class com.twilio.video.VideoTrack
Add a video renderer to get video from the video track.
addVideoTrack(boolean, VideoCapturer) - Method in class com.twilio.video.LocalMedia
Adds local video track to local media.
addVideoTrack(boolean, VideoCapturer, VideoConstraints) - Method in class com.twilio.video.LocalMedia
Adds local video track to local media.
applyZOrder(boolean) - Method in class com.twilio.video.VideoView
Controls placement of the video render relative to other surface.
ASPECT_RATIO_11_9 - Static variable in class com.twilio.video.VideoConstraints
Pre-defined aspect ratio 11:9.
ASPECT_RATIO_16_9 - Static variable in class com.twilio.video.VideoConstraints
Pre-defined aspect ratio 16:9.
ASPECT_RATIO_4_3 - Static variable in class com.twilio.video.VideoConstraints
Pre-defined aspect ratio 4:3.
AspectRatio - Class in com.twilio.video
Rational aspect ratio represented as numerator:denominator.
AspectRatio(int, int) - Constructor for class com.twilio.video.AspectRatio
 
aspectRatio(AspectRatio) - Method in class com.twilio.video.VideoConstraints.Builder
 
audioJitterBufferFastAccelerate - Variable in class com.twilio.video.AudioOptions
 
audioJitterBufferFastAccelerate(boolean) - Method in class com.twilio.video.AudioOptions.Builder
Enables fast accelerate mode of jitter buffer.
AudioOptions - Class in com.twilio.video
Represents options when adding a LocalAudioTrack.
AudioOptions(AudioOptions.Builder) - Constructor for class com.twilio.video.AudioOptions
 
AudioOptions.Builder - Class in com.twilio.video
Builds new AudioOptions.
AudioOutput - Enum in com.twilio.video
Audio output types.
AudioTrack - Class in com.twilio.video
An audio track represents a remote audio source.
autoGainControl - Variable in class com.twilio.video.AudioOptions
 
autoGainControl(boolean) - Method in class com.twilio.video.AudioOptions.Builder
Adjust the sensitivity of the local mic dynamically.

B

build() - Method in class com.twilio.video.AudioOptions.Builder
 
build() - Method in class com.twilio.video.ConnectOptions.Builder
 
build() - Method in class com.twilio.video.IceOptions.Builder
 
build() - Method in class com.twilio.video.VideoConstraints.Builder
 
Builder() - Constructor for class com.twilio.video.AudioOptions.Builder
 
Builder() - Constructor for class com.twilio.video.ConnectOptions.Builder
 
Builder() - Constructor for class com.twilio.video.IceOptions.Builder
 
Builder() - Constructor for class com.twilio.video.VideoConstraints.Builder
 

C

CameraCapturer - Class in com.twilio.video
The CameraCapturer class is used to provide video frames for a LocalVideoTrack from a given CameraCapturer.CameraSource.
CameraCapturer(Context, CameraCapturer.CameraSource, CapturerErrorListener) - Constructor for class com.twilio.video.CameraCapturer
 
CameraCapturer.CameraSource - Enum in com.twilio.video
Camera source types.
CapturerErrorListener - Interface in com.twilio.video
A listener that provides errors related to the CameraCapturer.
CapturerException - Exception in com.twilio.video
A class that provides information about a CameraCapturer error.
CapturerException(CapturerException.ExceptionDomain, String) - Constructor for exception com.twilio.video.CapturerException
 
CapturerException.ExceptionDomain - Enum in com.twilio.video
 
CIF_VIDEO_DIMENSIONS - Static variable in class com.twilio.video.VideoDimensions
CIF (352 x 288) resolution in 1.22:1 aspect ratio
CIF_VIDEO_HEIGHT - Static variable in class com.twilio.video.VideoDimensions
 
CIF_VIDEO_WIDTH - Static variable in class com.twilio.video.VideoDimensions
 
com.twilio.video - package com.twilio.video
 
connect(Room.Listener) - Method in class com.twilio.video.VideoClient
Connect to a Room.
connect(ConnectOptions, Room.Listener) - Method in class com.twilio.video.VideoClient
Connect to a Room with specified options.
ConnectOptions - Class in com.twilio.video
Represents options when connecting to a Room.
ConnectOptions.Builder - Class in com.twilio.video
Build new ConnectOptions.
create(Context) - Static method in class com.twilio.video.LocalMedia
Creates a new local media.

D

denominator - Variable in class com.twilio.video.AspectRatio
 
dimensions - Variable in class com.twilio.video.VideoFormat
 
dimensions - Variable in class com.twilio.video.VideoFrame
The size of a frame.
disconnect() - Method in class com.twilio.video.Room
Disconnects from the room.

E

echoCancellation(boolean) - Method in class com.twilio.video.AudioOptions.Builder
Attempts to filter away the output signal from later inbound pickup.
echoCancellation - Variable in class com.twilio.video.AudioOptions
 
enable(boolean) - Method in class com.twilio.video.LocalAudioTrack
Sets the state of the local audio track.
enable(boolean) - Method in class com.twilio.video.LocalVideoTrack
Sets the state of the local video track.

F

FPS_10 - Static variable in class com.twilio.video.VideoConstraints
Battery saving 10 fps video.
FPS_15 - Static variable in class com.twilio.video.VideoConstraints
Battery saving 15 fps video.
FPS_20 - Static variable in class com.twilio.video.VideoConstraints
Battery efficient 20 fps video.
FPS_24 - Static variable in class com.twilio.video.VideoConstraints
Cinematic 24 fps video.
FPS_30 - Static variable in class com.twilio.video.VideoConstraints
Smooth 30 fps video.
framerate - Variable in class com.twilio.video.VideoFormat
 

G

getAspectRatio() - Method in class com.twilio.video.VideoConstraints
The aspect ratio.
getAudioOutput() - Method in class com.twilio.video.VideoClient
Audio output speaker for the current client device.
getAudioTrack(String) - Method in class com.twilio.video.Media
Retrieves AudioTrack with this track id.
getAudioTracks() - Method in class com.twilio.video.LocalMedia
Returns a list of all currently added audio tracks.
getAudioTracks() - Method in class com.twilio.video.Media
Retrieves the list of audio tracks.
getCameraSource() - Method in class com.twilio.video.CameraCapturer
Returns the currently specified camera source.
getErrorCode() - Method in exception com.twilio.video.VideoException
 
getIceServers() - Method in class com.twilio.video.IceOptions
 
getIceTransportPolicy() - Method in class com.twilio.video.IceOptions
 
getIdentity() - Method in class com.twilio.video.LocalParticipant
Returns the identity of the local participant.
getIdentity() - Method in class com.twilio.video.Participant
Returns the identity of the participant.
getLocalMedia() - Method in class com.twilio.video.LocalParticipant
Returns the LocalMedia of a local participant.
getLocalParticipant() - Method in class com.twilio.video.Room
Returns the current local participant.
getLogLevel() - Static method in class com.twilio.video.VideoClient
Gets the logging level for messages logged by the Video SDK.
getMaxFps() - Method in class com.twilio.video.VideoConstraints
The maximum frames per second allowed.
getMaxVideoDimensions() - Method in class com.twilio.video.VideoConstraints
The maximum video size allowed.
getMedia() - Method in class com.twilio.video.Participant
Returns the Media of a participant.
getMessage() - Method in exception com.twilio.video.CapturerException
 
getMessage() - Method in exception com.twilio.video.VideoException
 
getMinFps() - Method in class com.twilio.video.VideoConstraints
The minimum frames per second allowed.
getMinVideoDimensions() - Method in class com.twilio.video.VideoConstraints
The minimum video size allowed.
getMirror() - Method in class com.twilio.video.VideoView
Returns whether or not this view is mirroring video.
getName() - Method in class com.twilio.video.Room
Returns the name of the current room.
getParticipants() - Method in class com.twilio.video.Room
Returns all currently connected participants.
getRenderers() - Method in class com.twilio.video.VideoTrack
The list of renderers receiving video from this video track.
getSid() - Method in class com.twilio.video.LocalParticipant
Returns the SID of the local participant.
getSid() - Method in class com.twilio.video.Participant
Returns the SID of a participant.
getSid() - Method in class com.twilio.video.Room
Returns the SID of the current room.
getState() - Method in class com.twilio.video.Room
Returns the current room state.
getSupportedFormats() - Method in class com.twilio.video.CameraCapturer
Returns a list of all supported video formats.
getSupportedFormats() - Method in class com.twilio.video.ScreenCapturer
Returns a list of all supported video formats.
getSupportedFormats() - Method in interface com.twilio.video.VideoCapturer
Returns list of all supported video formats this capturer supports.
getTrackId() - Method in class com.twilio.video.AudioTrack
This audio track id.
getTrackId() - Method in class com.twilio.video.VideoTrack
This video track id.
getVersion() - Static method in class com.twilio.video.VideoClient
Returns the version of the Video SDK.
getVideoCapturer() - Method in class com.twilio.video.LocalVideoTrack
Retrieves the VideoCapturer associated with this video track.
getVideoConstraints() - Method in class com.twilio.video.LocalVideoTrack
Retrieves the video constraints associated with this track.
getVideoScaleType() - Method in class com.twilio.video.VideoView
Returns the current VideoScaleType.
getVideoTrack(String) - Method in class com.twilio.video.Media
Retrieves VideoTrack with this track id.
getVideoTracks() - Method in class com.twilio.video.LocalMedia
Returns a list of all currently added video tracks.
getVideoTracks() - Method in class com.twilio.video.Media
Retrieves the list of video tracks.

H

HD_1080P_VIDEO_DIMENSIONS - Static variable in class com.twilio.video.VideoDimensions
HD Widescreen 1080P (1920 x 1080) resolution
HD_1080P_VIDEO_HEIGHT - Static variable in class com.twilio.video.VideoDimensions
 
HD_1080P_VIDEO_WIDTH - Static variable in class com.twilio.video.VideoDimensions
 
HD_540P_VIDEO_DIMENSIONS - Static variable in class com.twilio.video.VideoDimensions
HD 540P (960 x 540) resolution
HD_540P_VIDEO_HEIGHT - Static variable in class com.twilio.video.VideoDimensions
 
HD_540P_VIDEO_WIDTH - Static variable in class com.twilio.video.VideoDimensions
 
HD_720P_VIDEO_DIMENSIONS - Static variable in class com.twilio.video.VideoDimensions
HD 720P (1280 x 720) resolution
HD_720P_VIDEO_HEIGHT - Static variable in class com.twilio.video.VideoDimensions
 
HD_720P_VIDEO_WIDTH - Static variable in class com.twilio.video.VideoDimensions
 
HD_960P_VIDEO_DIMENSIONS - Static variable in class com.twilio.video.VideoDimensions
HD 960P (1280 x 960) resolution
HD_960P_VIDEO_HEIGHT - Static variable in class com.twilio.video.VideoDimensions
 
HD_960P_VIDEO_WIDTH - Static variable in class com.twilio.video.VideoDimensions
 
HD_S1080P_VIDEO_DIMENSIONS - Static variable in class com.twilio.video.VideoDimensions
HD Standard 1080P (1440 x 1080) resolution
HD_S1080P_VIDEO_HEIGHT - Static variable in class com.twilio.video.VideoDimensions
 
HD_S1080P_VIDEO_WIDTH - Static variable in class com.twilio.video.VideoDimensions
 
height - Variable in class com.twilio.video.I420Frame
Height of frame
height - Variable in class com.twilio.video.VideoDimensions
 
highpassFilter(boolean) - Method in class com.twilio.video.AudioOptions.Builder
Remove background noise of lower frequences.
highpassFilter - Variable in class com.twilio.video.AudioOptions
 

I

I420Frame - Class in com.twilio.video
A YUV frame in the I420 format.
iceOptions(IceOptions) - Method in class com.twilio.video.ConnectOptions.Builder
Custom ICE configuration used to connect to a Room.
IceOptions - Class in com.twilio.video
IceOptions specifies custom media connectivity configurations.
IceOptions.Builder - Class in com.twilio.video
 
IceServer - Class in com.twilio.video
IceServer is a single STUN or TURN server.
IceServer(String) - Constructor for class com.twilio.video.IceServer
 
IceServer(String, String, String) - Constructor for class com.twilio.video.IceServer
 
iceServers(Set<IceServer>) - Method in class com.twilio.video.IceOptions.Builder
Set of IceServer objects to be used during connection establishment.
iceTransportPolicy(IceTransportPolicy) - Method in class com.twilio.video.IceOptions.Builder
The transport policy to use.
IceTransportPolicy - Enum in com.twilio.video
IceTransportPolicy specifies which ICE transports to allow.
imageBuffer - Variable in class com.twilio.video.VideoFrame
The bytes of a frame.
isConnected() - Method in class com.twilio.video.Participant
Checks if the participant is connected to a room.
isEnabled() - Method in class com.twilio.video.AudioTrack
Check if this audio track is enabled.
isEnabled() - Method in class com.twilio.video.LocalAudioTrack
Check if local audio track is enabled.
isEnabled() - Method in class com.twilio.video.LocalVideoTrack
Check if local video track is enabled.
isEnabled() - Method in class com.twilio.video.VideoTrack
Check if this video track is enabled.

L

LocalAudioTrack - Class in com.twilio.video
Represents a local audio source.
localMedia(LocalMedia) - Method in class com.twilio.video.ConnectOptions.Builder
Media that will be published upon connection.
LocalMedia - Class in com.twilio.video
LocalMedia provides local audio and video track management.
LocalParticipant - Class in com.twilio.video
Represents the local participant of a Room you are connected to.
LocalVideoTrack - Class in com.twilio.video
A local video track that gets video frames from a specified VideoCapturer.
LogLevel - Enum in com.twilio.video
Log levels for the SDK
LogModule - Enum in com.twilio.video
Modules that can be logged in the SDK

M

maxFps(int) - Method in class com.twilio.video.VideoConstraints.Builder
 
maxVideoDimensions(VideoDimensions) - Method in class com.twilio.video.VideoConstraints.Builder
 
Media - Class in com.twilio.video
Provides video and audio tracks associated with a Participant.
Media.Listener - Interface in com.twilio.video
 
minFps(int) - Method in class com.twilio.video.VideoConstraints.Builder
 
minVideoDimensions(VideoDimensions) - Method in class com.twilio.video.VideoConstraints.Builder
 

N

noiseSuppression(boolean) - Method in class com.twilio.video.AudioOptions.Builder
Filter out background noise.
noiseSuppression - Variable in class com.twilio.video.AudioOptions
 
numerator - Variable in class com.twilio.video.AspectRatio
 

O

onAttachedToWindow() - Method in class com.twilio.video.VideoView
 
onAudioTrackAdded(Media, AudioTrack) - Method in interface com.twilio.video.Media.Listener
This method notifies the listener that a Participant has added an AudioTrack to this Room.
onAudioTrackDisabled(Media, AudioTrack) - Method in interface com.twilio.video.Media.Listener
This method notifies the listener that a Participant audio track has been disabled.
onAudioTrackEnabled(Media, AudioTrack) - Method in interface com.twilio.video.Media.Listener
This method notifies the listener that a Participant audio track has been enabled.
onAudioTrackRemoved(Media, AudioTrack) - Method in interface com.twilio.video.Media.Listener
This method notifies the listener that a Participant has removed an AudioTrack from this Room.
onCapturerStarted(boolean) - Method in interface com.twilio.video.VideoCapturer.Listener
Notify whether capturer started.
onConnected(Room) - Method in interface com.twilio.video.Room.Listener
Called when a room has succeeded.
onConnectFailure(Room, VideoException) - Method in interface com.twilio.video.Room.Listener
Called when a connection to a room failed.
onDetachedFromWindow() - Method in class com.twilio.video.VideoView
 
onDisconnected(Room, VideoException) - Method in interface com.twilio.video.Room.Listener
Called when a room has been disconnected from.
onError(CapturerException) - Method in interface com.twilio.video.CapturerErrorListener
Reports runtime errors that can occur in the CameraCapturer.
onFirstFrame() - Method in interface com.twilio.video.VideoRenderer.Listener
This method notifies the observer when the first frame has arrived.
onFirstFrameAvailable() - Method in interface com.twilio.video.ScreenCapturer.Listener
 
onFrameCaptured(VideoFrame) - Method in interface com.twilio.video.VideoCapturer.Listener
Provides available video frame.
onFrameDimensionsChanged(int, int, int) - Method in interface com.twilio.video.VideoRenderer.Listener
This method notifies the observer when the frame dimensions have changed.
onParticipantConnected(Room, Participant) - Method in interface com.twilio.video.Room.Listener
Called when a participant has connected to a room.
onParticipantDisconnected(Room, Participant) - Method in interface com.twilio.video.Room.Listener
Called when a participant has disconnected from a room.
onScreenCaptureError(String) - Method in interface com.twilio.video.ScreenCapturer.Listener
 
onVideoTrackAdded(Media, VideoTrack) - Method in interface com.twilio.video.Media.Listener
This method notifies the listener that a Participant has added an VideoTrack to this Room.
onVideoTrackDisabled(Media, VideoTrack) - Method in interface com.twilio.video.Media.Listener
This method notifies the listener that a Participant video track has been disabled.
onVideoTrackEnabled(Media, VideoTrack) - Method in interface com.twilio.video.Media.Listener
This method notifies the listener that a Participant video track has been enabled.
onVideoTrackRemoved(Media, VideoTrack) - Method in interface com.twilio.video.Media.Listener
This method notifies the listener that a Participant has removed an VideoTrack from this Room.
orientation - Variable in class com.twilio.video.VideoFrame
The orientation of a frame in degrees.

P

Participant - Class in com.twilio.video
A participant represents a remote user that can connect to a Room.
password - Variable in class com.twilio.video.IceServer
 
pixelFormat - Variable in class com.twilio.video.VideoFormat
 

R

release() - Method in class com.twilio.video.I420Frame
Called when a VideoRenderer has completed rendering a frame.
release() - Method in class com.twilio.video.LocalMedia
Releases local media.
removeAudioTrack(LocalAudioTrack) - Method in class com.twilio.video.LocalMedia
Removes audio track from local media.
removeRenderer(VideoRenderer) - Method in class com.twilio.video.VideoTrack
Remove a video renderer to stop receiving video from the video track.
removeVideoTrack(LocalVideoTrack) - Method in class com.twilio.video.LocalMedia
Removes video track from local media.
renderFrame(I420Frame) - Method in interface com.twilio.video.VideoRenderer
Provides the YUV frame in I420 format.
renderFrame(I420Frame) - Method in class com.twilio.video.VideoView
 
Room - Class in com.twilio.video
A Room represents a media session with zero or more remote Participants.
Room.Listener - Interface in com.twilio.video
Listener definition of room related events.
roomName(String) - Method in class com.twilio.video.ConnectOptions.Builder
The name of the room.
RoomState - Enum in com.twilio.video
Represents the current state of a Room.
rotatedHeight() - Method in class com.twilio.video.I420Frame
Returns the height of the frame based on the current I420Frame.rotationDegree.
rotatedWidth() - Method in class com.twilio.video.I420Frame
Returns the width of the frame based on the current I420Frame.rotationDegree.
rotationDegree - Variable in class com.twilio.video.I420Frame
The degree that the frame must be rotated clockwise to be rendered correctly.

S

ScreenCapturer - Class in com.twilio.video
The ScreenCapturer class is used to provide video frames for a LocalVideoTrack from a device's screen.
ScreenCapturer(Context, int, Intent, ScreenCapturer.Listener) - Constructor for class com.twilio.video.ScreenCapturer
 
ScreenCapturer.Listener - Interface in com.twilio.video
 
serverUrl - Variable in class com.twilio.video.IceServer
 
setAudioOutput(AudioOutput) - Method in class com.twilio.video.VideoClient
Sets the audio output speaker for the device.
setListener(Media.Listener) - Method in class com.twilio.video.Media
Set listener for this media events.
setListener(VideoRenderer.Listener) - Method in class com.twilio.video.VideoView
Sets listener of rendering events.
setLogLevel(LogLevel) - Static method in class com.twilio.video.VideoClient
Sets the logging level for messages logged by the Video SDK.
setMirror(boolean) - Method in class com.twilio.video.VideoView
Sets whether or not the rendered video should be mirrored.
setModuleLogLevel(LogModule, LogLevel) - Static method in class com.twilio.video.VideoClient
Sets the logging level for messages logged by a specific module.
setVideoScaleType(VideoScaleType) - Method in class com.twilio.video.VideoView
Sets the current scale type to specified value and updates the video.
startCapture(VideoFormat, VideoCapturer.Listener) - Method in class com.twilio.video.CameraCapturer
Starts capturing frames at the specified format.
startCapture(VideoFormat, VideoCapturer.Listener) - Method in class com.twilio.video.ScreenCapturer
Starts capturing frames at the specified format.
startCapture(VideoFormat, VideoCapturer.Listener) - Method in interface com.twilio.video.VideoCapturer
Start capturing frames.
stereoSwapping(boolean) - Method in class com.twilio.video.AudioOptions.Builder
Swap left and right audio channels.
stereoSwapping - Variable in class com.twilio.video.AudioOptions
 
stopCapture() - Method in class com.twilio.video.CameraCapturer
Stops all frames being captured.
stopCapture() - Method in class com.twilio.video.ScreenCapturer
Stops all frames being captured.
stopCapture() - Method in interface com.twilio.video.VideoCapturer
Stop capturing.
switchCamera() - Method in class com.twilio.video.CameraCapturer
Switches the current CameraCapturer.CameraSource.

T

timestamp - Variable in class com.twilio.video.VideoFrame
The time in nanoseconds at which this frame was captured.
toString() - Method in class com.twilio.video.I420Frame
 
toString() - Method in class com.twilio.video.VideoDimensions
 
typingDetection(boolean) - Method in class com.twilio.video.AudioOptions.Builder
Enables typing detection.
typingDetection - Variable in class com.twilio.video.AudioOptions
 

U

username - Variable in class com.twilio.video.IceServer
 

V

valueOf(String) - Static method in enum com.twilio.video.AudioOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.video.CameraCapturer.CameraSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.video.CapturerException.ExceptionDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.video.IceTransportPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.video.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.video.LogModule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.video.RoomState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.video.VideoPixelFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.video.VideoScaleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twilio.video.AudioOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.video.CameraCapturer.CameraSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.video.CapturerException.ExceptionDomain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.video.IceTransportPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.video.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.video.LogModule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.video.RoomState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.video.VideoPixelFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.video.VideoScaleType
Returns an array containing the constants of this enum type, in the order they are declared.
VGA_VIDEO_DIMENSIONS - Static variable in class com.twilio.video.VideoDimensions
VGA (640 x 480) resolution in 4:3 aspect ratio
VGA_VIDEO_HEIGHT - Static variable in class com.twilio.video.VideoDimensions
 
VGA_VIDEO_WIDTH - Static variable in class com.twilio.video.VideoDimensions
 
VideoCapturer - Interface in com.twilio.video
Generic video capturing interface.
VideoCapturer.Listener - Interface in com.twilio.video
 
VideoClient - Class in com.twilio.video
The VideoClient allows a user to connect to a Room.
VideoClient(Context, AccessManager) - Constructor for class com.twilio.video.VideoClient
 
VideoConstraints - Class in com.twilio.video
Use video constraints to apply to a LocalVideoTrack.
VideoConstraints.Builder - Class in com.twilio.video
 
VideoDimensions - Class in com.twilio.video
 
VideoDimensions(int, int) - Constructor for class com.twilio.video.VideoDimensions
 
VideoException - Exception in com.twilio.video
A class that provides information about a Room error.
VideoException(int, String) - Constructor for exception com.twilio.video.VideoException
 
VideoFormat - Class in com.twilio.video
Represents the format of a video frame.
VideoFormat(VideoDimensions, int, VideoPixelFormat) - Constructor for class com.twilio.video.VideoFormat
 
VideoFrame - Class in com.twilio.video
Represents a video frame provided by a CameraCapturer.
VideoFrame(byte[], VideoDimensions, int, long) - Constructor for class com.twilio.video.VideoFrame
 
VideoPixelFormat - Enum in com.twilio.video
Pixel format of a video frame.
VideoRenderer - Interface in com.twilio.video
A VideoRenderer is used to receive frames from a VideoTrack.
VideoRenderer.Listener - Interface in com.twilio.video
 
VideoScaleType - Enum in com.twilio.video
Specifies what type of video scaling that will be performed by a VideoRenderer.
VideoTrack - Class in com.twilio.video
A video track represents a remote video source.
VideoView - Class in com.twilio.video
A VideoView renders frames from a VideoTrack.
VideoView(Context) - Constructor for class com.twilio.video.VideoView
 
VideoView(Context, AttributeSet) - Constructor for class com.twilio.video.VideoView
 

W

width - Variable in class com.twilio.video.I420Frame
Width of frame
width - Variable in class com.twilio.video.VideoDimensions
 
WVGA_VIDEO_DIMENSIONS - Static variable in class com.twilio.video.VideoDimensions
WVGA (800 x 480) resolution
WVGA_VIDEO_HEIGHT - Static variable in class com.twilio.video.VideoDimensions
 
WVGA_VIDEO_WIDTH - Static variable in class com.twilio.video.VideoDimensions
 

Y

yuvPlanes - Variable in class com.twilio.video.I420Frame
Array of pixel data for each plane.
yuvStrides - Variable in class com.twilio.video.I420Frame
Array of strides for each plane.
A B C D E F G H I L M N O P R S T U V W Y 
Skip navigation links