The structure that contains the SDP language base.
Synopsis:
typedef struct {
char * code ;
char * encoding ;
char * base_offset ;
}bt_sdp_lang_t;
Data:
- char * code
- The language identifier.
- char * encoding
- The character encoding of the language base.
- char * base_offset
- The base attribute ID for each natural language in the SDP record.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)
Description: