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




In This Topic
AudioSampleType Property
In This Topic
Gets or sets AudioSampleType property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property AudioSampleType As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.AudioSampleType = value
 
value = instance.AudioSampleType

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies audio sample type. Allowed values are: '8Int', '16Int', '32Int', '32Float'.
See Also