|
Public Member Functions |
| seDRMSound () |
| Default constructor.
|
| seDRMSound (const seObject &other) |
| Constructor for seDRM... class conversions.
|
const SE_String & | get_name () |
| get field name
|
void | set_name (const SE_String &val) |
| set field name
|
void | set_name (const SE_Character *chars, SE_Short_Integer_Unsigned len=0, SE_Locale locale=SE_LOCALE_DEFAULT) |
| set field name by parameter list
|
SE_Sound_Format | get_sound_format () |
| get field sound_format
|
void | set_sound_format (SE_Sound_Format val) |
| set field sound_format
|
const SE_URN & | get_sound_urn () |
| get field sound_urn
|
void | set_sound_urn (const SE_URN &val) |
| set field sound_urn
|
void | set_sound_urn (const SE_Character *chars, SE_Short_Integer_Positive len=0) |
| set field sound_urn by parameter list
|
SE_Float | get_duration () |
| get field duration
|
void | set_duration (SE_Float val) |
| set field duration
|
SE_Float | get_sampling_rate () |
| get field sampling_rate
|
void | set_sampling_rate (SE_Float val) |
| set field sampling_rate
|
SE_Byte_Positive | get_bits_per_sample () |
| get field bits_per_sample
|
void | set_bits_per_sample (SE_Byte_Positive val) |
| set field bits_per_sample
|
SE_Byte_Positive | get_channel_count () |
| get field channel_count
|
void | set_channel_count (SE_Byte_Positive val) |
| set field channel_count
|
const SE_String & | get_method () |
| get field method
|
void | set_method (const SE_String &val) |
| set field method
|
void | set_method (const SE_Character *chars, SE_Short_Integer_Unsigned len=0, SE_Locale locale=SE_LOCALE_DEFAULT) |
| set field method by parameter list
|
virtual SE_DRM_Class | getClassType () const |
| Sound class identification.
|