Initializes a new instance of the VideoFormat class
Namespace: Ozeki.VoIP.MediaAssembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public VideoFormat( int width, int height, int sampleRate, double frameRate ) |
Visual Basic |
---|
Public Sub New ( width As Integer, height As Integer, sampleRate As Integer, frameRate As Double ) |
Visual C++ |
---|
public: VideoFormat( int width, int height, int sampleRate, double frameRate ) |
Parameters
- width
- Type: System..::..Int32
[Missing <param name="width"/> documentation for "M:Ozeki.VoIP.Media.VideoFormat.#ctor(System.Int32,System.Int32,System.Int32,System.Double)"]
- height
- Type: System..::..Int32
[Missing <param name="height"/> documentation for "M:Ozeki.VoIP.Media.VideoFormat.#ctor(System.Int32,System.Int32,System.Int32,System.Double)"]
- sampleRate
- Type: System..::..Int32
[Missing <param name="sampleRate"/> documentation for "M:Ozeki.VoIP.Media.VideoFormat.#ctor(System.Int32,System.Int32,System.Int32,System.Double)"]
- frameRate
- Type: System..::..Double
[Missing <param name="frameRate"/> documentation for "M:Ozeki.VoIP.Media.VideoFormat.#ctor(System.Int32,System.Int32,System.Int32,System.Double)"]