ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / AudioSampleRate Property




In This Topic
AudioSampleRate Property
In This Topic
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

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