VideoCapabilities Constructor |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic VideoCapabilities(
OzResolution resolution,
int maxFrameRate
)
Public Sub New (
resolution As OzResolution,
maxFrameRate As Integer
)
public:
VideoCapabilities(
OzResolution^ resolution,
int maxFrameRate
)
new :
resolution : OzResolution *
maxFrameRate : int -> VideoCapabilities
Parameters
- resolution
- Type: OzResolution
- maxFrameRate
- Type: SystemInt32
See Also