VideoCapabilities Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public VideoCapabilities(
Resolution resolution,
int maxFrameRate
)
Public Sub New (
resolution As Resolution,
maxFrameRate As Integer
)
public:
VideoCapabilities(
Resolution^ resolution,
int maxFrameRate
)
new :
resolution : Resolution *
maxFrameRate : int -> VideoCapabilities
Parameters
- resolution
- Type: Ozeki.MediaResolution
- maxFrameRate
- Type: SystemInt32
See Also