Click or drag to resize
TimeToSampleBoxGetSample Method
Retrieves sample timing information from the container.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public TimeToSamplePoint GetSample(
	ulong sampleNumber
)

Parameters

sampleNumber
Type: SystemUInt64
The sample number.

Return Value

Type: TimeToSamplePoint
TimeToSamplePoint.
See Also