LanguageCodesFindByCode15Bit Method |
Attempts to find language code based on 15-bit representation of the 3-letter code (ISO 14496-12)
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static LanguageCode FindByCode15Bit(
ushort code
)
Public Shared Function FindByCode15Bit (
code As UShort
) As LanguageCode
public:
static LanguageCode^ FindByCode15Bit(
unsigned short code
)
static member FindByCode15Bit :
code : uint16 -> LanguageCode
Parameters
- code
- Type: SystemUInt16
15-bit language code.
Return Value
Type:
LanguageCodeReturns language code object, otherwise null.
See Also