public static interface

SkylinkCallback.SentVideoResolution

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

Class Overview

This will be interface via API getSentVideoResolution(String, String, SentVideoResolution), which will provide the result for getting sent video resolution of a specific media id to a specific remote peer

Summary

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

Public Methods

public abstract void onObtainSentVideoResolution (int width, int height, int fps)

Parameters
width Video width in pixels of local video sent to remote Peer.
height Video height in pixels of local video sent to remote Peer.
fps Video frame per second of local video sent to remote Peer.