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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies audio channel type. Allowed values are: 'Mono', 'Stereo', '5.1', '7.1'.
See Also