ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / AudioCompressor Property




In This Topic
    AudioCompressor Property
    In This Topic
    Gets or sets AudioCompressor property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property AudioCompressor As ImGearXMPString
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPString
     
    instance.AudioCompressor = value
     
    value = instance.AudioCompressor
    public ImGearXMPString AudioCompressor {get; set;}
    public: __property ImGearXMPString* get_AudioCompressor();
    public: __property void set_AudioCompressor( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ AudioCompressor {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies audio compression used. For example, MP3.
    See Also