IMediaControlGetState Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int GetState(
int timeout,
out int filterState
)
Function GetState (
timeout As Integer,
<OutAttribute> ByRef filterState As Integer
) As Integer
int GetState(
int timeout,
[OutAttribute] int% filterState
)
abstract GetState :
timeout : int *
filterState : int byref -> int
Parameters
- timeout
- Type: SystemInt32
- filterState
- Type: SystemInt32
Return Value
Type:
Int32See Also