ImageGear .NET - Updated October 2, 2018
AudioSampleType Property




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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members