
Declaration Syntax
public VideoFormat(
int width,
int height,
int sampleRate,
double frameRate
)
public:
VideoFormat(
int width,
int height,
int sampleRate,
double frameRate
)

Parameters
- width (Int32)
- Number of the horizonal pixels
- height (Int32)
- Number of the vertical pixels
- sampleRate (Int32)
- Samples per second.
- frameRate (Double)
- Frame rate.
Assembly:
VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243