BoxHeaderUtilityGetHeaderValue Method |
Gets a header value.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static uint GetHeaderValue(
BoxType t
)
Public Shared Function GetHeaderValue (
t As BoxType
) As UInteger
public:
static unsigned int GetHeaderValue(
BoxType t
)
static member GetHeaderValue :
t : BoxType -> uint32
Parameters
- t
- Type: StreamCoders.Container.MP4BoxType
The BoxType to process.
Return Value
Type:
UInt32
The header value.
See Also