TimeToSampleBoxGetSampleNumberByTime Method |
Gets a sample number corresponding to a specific time offset.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public ulong GetSampleNumberByTime(
ulong TimeOffset
)
Public Function GetSampleNumberByTime (
TimeOffset As ULong
) As ULong
public:
unsigned long long GetSampleNumberByTime(
unsigned long long TimeOffset
)
member GetSampleNumberByTime :
TimeOffset : uint64 -> uint64
Parameters
- TimeOffset
- Type: SystemUInt64
The time offset.
Return Value
Type:
UInt64The sample number
See Also