Click or drag to resize
TimeToSampleBoxIsValidSampleNumber Method
Determines whether a sample number is present in the current structure.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsValidSampleNumber(
	ulong SampleNumber
)

Parameters

SampleNumber
Type: SystemUInt64
The sample number.

Return Value

Type: Boolean
true if the sample is present in the current structure otherwise, false.
See Also