Allow video decoder capabilities to be set at runtime

This commit is contained in:
Cameron Gutman
2017-05-15 22:28:24 -07:00
parent 203fcd82e7
commit ae852eb911
5 changed files with 13 additions and 4 deletions
@@ -19,4 +19,6 @@ public class ConnectionContext {
public int negotiatedWidth, negotiatedHeight;
public int negotiatedFps;
public int videoCapabilities;
}