IAudioClientGetDevicePeriod Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int 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
- Type: SystemInt64
- minimumDevicePeriod
- Type: SystemInt64
Return Value
Type:
Int32See Also