ImageGear .NET - Updated
AudioCompressor Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : AudioCompressor Property
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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members