VideoCodecConfig Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic VideoCodecConfig(
int width,
int height,
double frameRate
)
Public Sub New (
width As Integer,
height As Integer,
frameRate As Double
)
public:
VideoCodecConfig(
int width,
int height,
double frameRate
)
new :
width : int *
height : int *
frameRate : float -> VideoCodecConfig
Parameters
- width Int32
-
- height Int32
-
- frameRate Double
-
See Also