public static interface

SkylinkCallback.InputVideoResolution

implements SkylinkCallback
sg.com.temasys.skylink.sdk.rtc.SkylinkCallback.InputVideoResolution

Class Overview

This will be interface via API getInputVideoResolution(String, InputVideoResolution), which will provide the result for getting input video resolution of a specific media id

Summary

Public Methods
abstract void onObtainInputVideoResolution(int width, int height, int fps, SkylinkCaptureFormat captureFormat)
[Expand]
Inherited Methods
From interface sg.com.temasys.skylink.sdk.rtc.SkylinkCallback

Public Methods

public abstract void onObtainInputVideoResolution (int width, int height, int fps, SkylinkCaptureFormat captureFormat)

Parameters
width Video width in pixels of local captured video.
height Video height in pixels of local captured video.
fps Video frame per second of local captured video.
captureFormat The SkylinkCaptureFormat that is currently used by the camera. Null when it cannot be obtained, for e.g. when user input wrong mediaId, or improper captureFormat