ElementIdMapFind Method (Byte) |
Finds Element given byte signature as stored in a container.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static ElementMap Find(
byte[] idData
)
Public Shared Function Find (
idData As Byte()
) As ElementMap
public:
static ElementMap^ Find(
array<unsigned char>^ idData
)
static member Find :
idData : byte[] -> ElementMap
Parameters
- idData
- Type: SystemByte
Byte array containing element signature.
Return Value
Type:
ElementMap
An ElementMap.
See Also