TimeToSampleBoxIsValidSampleNumber Method |
Determines whether a sample number is present in the current structure.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool IsValidSampleNumber(
ulong SampleNumber
)
Public Function IsValidSampleNumber (
SampleNumber As ULong
) As Boolean
public:
bool IsValidSampleNumber(
unsigned long long SampleNumber
)
member IsValidSampleNumber :
SampleNumber : uint64 -> bool
Parameters
- SampleNumber
- Type: SystemUInt64
The sample number.
Return Value
Type:
Booleantrue if the sample is present in the current structure otherwise,
false.
See Also