XmpDynamicMediaPackage Class
Summary: Represents XMP Dynamic Media namespace.
Module: aspose.psd.xmp.schemas.xmpdm
Full Name: aspose.psd.xmp.schemas.xmpdm.XmpDynamicMediaPackage
Inheritance: IXmlValue, XmpPackage
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| XmpDynamicMediaPackage() | Initializes a new instance of the XmpDynamicMediaPackage class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| namespace_uri | string | r | Gets the namespace URI. |
| prefix | string | r | Gets the prefix. |
| xml_namespace | string | r | Gets the XML namespace. |
Methods
| Name | Description |
|---|---|
| add_value(key, value) | Adds string property. |
| clear() | Clears this instance. |
| contains_key(key) | Determines whether the specified key contains key. |
| get_xml_value() | Converts XMP value to the XML representation. |
| remove(key) | Remove the value with the specified key. |
| set_abs_peak_audio_file_path(uri) | Sets the absolute peak audio file path. |
| set_alblum(album) | Sets the alblum. |
| set_alt_tape_name(alt_tape_name) | Sets the alternative tape name. |
| set_alt_time_code(timecode) | Sets the alternative time code. |
| set_artist(artist) | Sets the artist. |
| set_audio_channel_type(audio_channel_type) | Sets the audio channel type. |
| set_audio_sample_rate(rate) | Sets the audio sample rate. |
| set_audio_sample_type(audio_sample_type) | Sets the audio sample type. |
| set_camera_angle(camera_angle) | Sets the camera angle. |
| set_camera_label(camera_label) | Sets the camera label. |
| set_camera_move(camera_move) | Sets the camera move. |
| set_client(client) | Sets the client. |
| set_comment(comment) | Sets the comment. |
| set_composer(composer) | Sets the composer. |
| set_director(director) | Sets the director. |
| set_director_photography(director_photography) | Sets the director of photography. |
| set_duration(duration) | Sets the duration. |
| set_engineer(engineer) | Sets the engineer. |
| set_file_data_rate(rate) | Sets the file data rate. |
| set_genre(genre) | Sets the genre. |
| set_good(good) | Sets the good. |
| set_instrument(instrument) | Sets the instrument. |
| set_intro_time(intro_time) | Sets the intro time. |
| set_key(key) | Sets the audio’s musical key. |
| set_log_comment(comment) | Sets the user’s log comment. |
| set_value(key, value) | Sets the value. |
| set_xmp_type_value(key, value) | Sets the XMP type value. |
Constructor: XmpDynamicMediaPackage()
XmpDynamicMediaPackage()
Initializes a new instance of the XmpDynamicMediaPackage class
Method: add_value(key, value)
add_value(key, value)
Adds string property.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with added value. |
| value | string | The string value. |
Method: contains_key(key)
contains_key(key)
Determines whether the specified key contains key.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key to be checked. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the specified key contains key. |
Method: get_xml_value()
get_xml_value()
Converts XMP value to the XML representation.
Returns
| Type | Description |
|---|---|
| string | Returns the XMP value converted to the XML representation. |
Method: remove(key)
remove(key)
Remove the value with the specified key.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with removed value. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the value with the specified key was removed. |
Method: set_abs_peak_audio_file_path(uri)
set_abs_peak_audio_file_path(uri)
Sets the absolute peak audio file path.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| uri | string | The absolute path to the file’s peak audio file. |
Method: set_alblum(album)
set_alblum(album)
Sets the alblum.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| album | string | The album. |
Method: set_alt_tape_name(alt_tape_name)
set_alt_tape_name(alt_tape_name)
Sets the alternative tape name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| alt_tape_name | string | Alternative tape name. |
Method: set_alt_time_code(timecode)
set_alt_time_code(timecode)
Sets the alternative time code.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| timecode | Timecode | Time code. |
Method: set_artist(artist)
set_artist(artist)
Sets the artist.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| artist | string | The artist. |
Method: set_audio_channel_type(audio_channel_type)
set_audio_channel_type(audio_channel_type)
Sets the audio channel type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| audio_channel_type | AudioChannelType | Audio channel type. |
Method: set_audio_sample_rate(rate)
set_audio_sample_rate(rate)
Sets the audio sample rate.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rate | int | The audio sample rate. |
Method: set_audio_sample_type(audio_sample_type)
set_audio_sample_type(audio_sample_type)
Sets the audio sample type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| audio_sample_type | AudioSampleType | The audio sample type. |
Method: set_camera_angle(camera_angle)
set_camera_angle(camera_angle)
Sets the camera angle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| camera_angle | string | The camera angle. |
Method: set_camera_label(camera_label)
set_camera_label(camera_label)
Sets the camera label.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| camera_label | string | The camera label. |
Method: set_camera_move(camera_move)
set_camera_move(camera_move)
Sets the camera move.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| camera_move | string | The camera move. |
Method: set_client(client)
set_client(client)
Sets the client.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| client | string | The client. |
Method: set_comment(comment)
set_comment(comment)
Sets the comment.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| comment | string | The comment. |
Method: set_composer(composer)
set_composer(composer)
Sets the composer.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| composer | string | The composer. |
Method: set_director(director)
set_director(director)
Sets the director.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| director | string | The director. |
Method: set_director_photography(director_photography)
set_director_photography(director_photography)
Sets the director of photography.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| director_photography | string | The director of photography. |
Method: set_duration(duration)
set_duration(duration)
Sets the duration.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| duration | Time | The duration. |
Method: set_engineer(engineer)
set_engineer(engineer)
Sets the engineer.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| engineer | string | The engineer. |
Method: set_file_data_rate(rate)
set_file_data_rate(rate)
Sets the file data rate.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rate | Rational | The file data rate in megabytes per second. |
Method: set_genre(genre)
set_genre(genre)
Sets the genre.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| genre | string | The genre. |
Method: set_good(good)
set_good(good)
Sets the good.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| good | bool | if set to |
Method: set_instrument(instrument)
set_instrument(instrument)
Sets the instrument.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| instrument | string | The instrument. |
Method: set_intro_time(intro_time)
set_intro_time(intro_time)
Sets the intro time.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| intro_time | Time | The intro time. |
Method: set_key(key)
set_key(key)
Sets the audio’s musical key.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The audio’s musical key. One of: C, C#, D, D#, E, F, F#, G, G#, A, A#, and B. |
Method: set_log_comment(comment)
set_log_comment(comment)
Sets the user’s log comment.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| comment | string | The comment. |
Method: set_value(key, value)
set_value(key, value)
Sets the value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with added value. |
| value | IXmlValue | The value to add to. |
Method: set_xmp_type_value(key, value)
set_xmp_type_value(key, value)
Sets the XMP type value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with set value. |
| value | XmpTypeBase | The value to set to. |