public class LanguageDescriptor.LanguageCode
extends Object
| Modifier and Type | Field | Description |
|---|---|---|
String |
code |
ISO-639~language-code - Identifies the language or languages used by the associated program element.
|
int |
type |
The audio type specifies the associated stream using the table below
0x00 Undefined
0x01 Clean Effects
0x02 Hearing Impaired
0x03 Visual Imparted commentary
0x04 - 0xFF reserved
|
| Constructor | Description |
|---|---|
LanguageCode() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
binarySize() |
How big is the language code in binary.
|
void |
toBin(java.nio.ByteBuffer buffer) |
Encodes the Language code into binary form for use in transport
|
String |
toString() |
public String code
public int type
public int binarySize()
public void toBin(java.nio.ByteBuffer buffer)
buffer - ByteBuffer to put the binary datapublic String toString()
toString in class Object