| sg.com.temasys.skylink.sdk.rtc.SkylinkCallback.ReceivedVideoResolution |
This will be interface via API getReceivedVideoResolution(String, ReceivedVideoResolution),
which will provide the result for getting received video resolution of a specific media id
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void | onObtainReceivedVideoResolution(int width, int height, int fps) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
sg.com.temasys.skylink.sdk.rtc.SkylinkCallback
| |||||||||||
| width | Video width in pixels of remote Peer's video received by us. |
|---|---|
| height | Video height in pixels of remote Peer's video received by us. |
| fps | Video frame per second of remote Peer's video received by us. |