IMediaControlGetState Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxint 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:
Int32
See Also