ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback