ImageGear .NET - Updated
AudioSampleRate Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : AudioSampleRate Property
Gets or sets AudioSampleRate property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property AudioSampleRate As ImGearXMPInteger
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPInteger
 
instance.AudioSampleRate = value
 
value = instance.AudioSampleRate
public ImGearXMPInteger AudioSampleRate {get; set;}
public: __property ImGearXMPInteger* get_AudioSampleRate();
public: __property void set_AudioSampleRate( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ AudioSampleRate {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property specifies audio sample rate. Can be any value, but commonly 32000, 41100, or 48000.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members