IReferenceClockAdviseTime Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int AdviseTime(
long baseTime,
long streamTime,
IntPtr hEvent,
out int pdwAdviseCookie
)
Function AdviseTime (
baseTime As Long,
streamTime As Long,
hEvent As IntPtr,
<OutAttribute> ByRef pdwAdviseCookie As Integer
) As Integer
int AdviseTime(
[InAttribute] long long baseTime,
[InAttribute] long long streamTime,
[InAttribute] IntPtr hEvent,
[OutAttribute] int% pdwAdviseCookie
)
abstract AdviseTime :
baseTime : int64 *
streamTime : int64 *
hEvent : IntPtr *
pdwAdviseCookie : int byref -> int
Parameters
- baseTime
- Type: SystemInt64
- streamTime
- Type: SystemInt64
- hEvent
- Type: SystemIntPtr
- pdwAdviseCookie
- Type: SystemInt32
Return Value
Type:
Int32See Also