| IMediaSampleGetTime Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxint GetTime(
	out long pTimeStart,
	out long pTimeEnd
)
Function GetTime ( 
	<OutAttribute> ByRef pTimeStart As Long,
	<OutAttribute> ByRef pTimeEnd As Long
) As Integer
int GetTime(
	[OutAttribute] long long% pTimeStart, 
	[OutAttribute] long long% pTimeEnd
)
abstract GetTime : 
        pTimeStart : int64 byref * 
        pTimeEnd : int64 byref -> int 
Parameters
- pTimeStart
 - Type: SystemInt64
 - pTimeEnd
 - Type: SystemInt64
 
Return Value
Type: 
Int32
See Also