Click or drag to resize
SyncSampleBoxContains Method
Query if this instance contains the given sampleNumber.

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

Parameters

sampleNumber
Type: SystemUInt32
The sample number to test for.

Return Value

Type: Boolean
True if sample number is contained, otherwise false.
See Also