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