Click or drag to resize
SyncSampleBoxFindNearestSample Method
Finds the nearest lower or equal sample number.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public long FindNearestSample(
	uint sampleNumber
)

Parameters

sampleNumber
Type: SystemUInt32
sample number to find.

Return Value

Type: Int64
Returns sample number in case of success, otherwise -1.
See Also