Click or drag to resize
LanguageCodesFindByCode15Bit Method
Attempts to find language code based on 15-bit representation of the 3-letter code (ISO 14496-12)

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static LanguageCode FindByCode15Bit(
	ushort code
)

Parameters

code
Type: SystemUInt16
15-bit language code.

Return Value

Type: LanguageCode
Returns language code object, otherwise null.
See Also