Intel® Collaboration Suite for WebRTC  version 4.3
Open WebRTC Toolkit (OWT) Client SDK for Android*
VideoCapturer Interface Reference

Interface for VideoCapturer from which LocalStream gets video frames. More...

Inheritance diagram for VideoCapturer:
Collaboration diagram for VideoCapturer:

Public Member Functions

int getWidth ()
 Width of the video frames generated by the VideoCapturer. More...
 
int getHeight ()
 Height of the video frames generated by the VideoCapturer. More...
 
int getFps ()
 Fps of the video capturer. More...
 
Stream.StreamSourceInfo.VideoSourceInfo getVideoSource ()
 

Detailed Description

Interface for VideoCapturer from which LocalStream gets video frames.

Member Function Documentation

int getFps ( )

Fps of the video capturer.

Returns
fps

Here is the caller graph for this function:

int getHeight ( )

Height of the video frames generated by the VideoCapturer.

Returns
height

Here is the caller graph for this function:

int getWidth ( )

Width of the video frames generated by the VideoCapturer.

Returns
width

Here is the caller graph for this function: