SyncSampleBoxContains Method |
Query if this instance contains the given sampleNumber.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool Contains(
uint sampleNumber
)
Public Function Contains (
sampleNumber As UInteger
) As Boolean
public:
bool Contains(
unsigned int sampleNumber
)
member Contains :
sampleNumber : uint32 -> bool
Parameters
- sampleNumber
- Type: SystemUInt32
The sample number to test for.
Return Value
Type:
Boolean
True if sample number is contained, otherwise false.
See Also