Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemInt32
- height
- Type: SystemInt32
- frameRate
- Type: SystemDouble
- bitsPerPixel
- Type: SystemDouble
Return Value
Type:
BooleanSee Also