IAudioClientGetDevicePeriod Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxint GetDevicePeriod(
out long defaultDevicePeriod,
out long minimumDevicePeriod
)
Function GetDevicePeriod (
<OutAttribute> ByRef defaultDevicePeriod As Long,
<OutAttribute> ByRef minimumDevicePeriod As Long
) As Integer
int GetDevicePeriod(
[OutAttribute] long long% defaultDevicePeriod,
[OutAttribute] long long% minimumDevicePeriod
)
abstract GetDevicePeriod :
defaultDevicePeriod : int64 byref *
minimumDevicePeriod : int64 byref -> int
Parameters
- defaultDevicePeriod Int64
-
- minimumDevicePeriod Int64
-
Return Value
Int32
See Also