Click or drag to resize
TimeToSampleBoxGetSampleNumberByTime Method
Gets a sample number corresponding to a specific time offset.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public ulong GetSampleNumberByTime(
	ulong TimeOffset
)

Parameters

TimeOffset
Type: SystemUInt64
The time offset.

Return Value

Type: UInt64
The sample number
See Also