IMediaSampleSetTime Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int SetTime(
long pTimeStart,
long pTimeEnd
)
Function SetTime (
pTimeStart As Long,
pTimeEnd As Long
) As Integer
int SetTime(
[InAttribute] long long pTimeStart,
[InAttribute] long long pTimeEnd
)
abstract SetTime :
pTimeStart : int64 *
pTimeEnd : int64 -> int
Parameters
- pTimeStart
- Type: SystemInt64
- pTimeEnd
- Type: SystemInt64
Return Value
Type:
Int32See Also