Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic bool Init(
OzResolution resolution,
int framerate,
int bitrate
)
Public Function Init (
resolution As OzResolution,
framerate As Integer,
bitrate As Integer
) As Boolean
public:
bool Init(
OzResolution^ resolution,
int framerate,
int bitrate
)
member Init :
resolution : OzResolution *
framerate : int *
bitrate : int -> bool
Parameters
- resolution
- Type: OzResolution
- framerate
- Type: SystemInt32
- bitrate
- Type: SystemInt32
Return Value
Type:
Boolean
See Also