CompositionOffsetBoxGetCompositionOffset Method |
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int GetCompositionOffset(
ulong sampleNumber
)
Public Function GetCompositionOffset (
sampleNumber As ULong
) As Integer
public:
int GetCompositionOffset(
unsigned long long sampleNumber
)
member GetCompositionOffset :
sampleNumber : uint64 -> int
Parameters
- sampleNumber
- Type: SystemUInt64
Return Value
Type:
Int32See Also