Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool Init(
int width,
int height,
double frameRate,
double bitsPerPixel
)
Public Function Init (
width As Integer,
height As Integer,
frameRate As Double,
bitsPerPixel As Double
) As Boolean
public:
bool Init(
int width,
int height,
double frameRate,
double bitsPerPixel
)
member Init :
width : int *
height : int *
frameRate : float *
bitsPerPixel : float -> bool
Parameters
- width Int32
-
- height Int32
-
- frameRate Double
-
- bitsPerPixel Double
-
Return Value
Boolean
See Also