IAudioClientGetDevicePeriod Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemInt64
- minimumDevicePeriod
- Type: SystemInt64
Return Value
Type:
Int32
See Also