ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCAudioType Structure / ChannelMode Field




In This Topic
ChannelMode Field
In This Topic
Indicates the number of channels.
Syntax
'Declaration
 
Public ChannelMode As ImGearIPTCAudioChannelMode
 
'Usage
 
Dim instance As ImGearIPTCAudioType
Dim value As ImGearIPTCAudioChannelMode
 
value = instance.ChannelMode
 
instance.ChannelMode = value

Field Value

ImGearIPTCAudioChannelMode enumeration value.
Remarks
This property indicates the number of channels in the objectdata.
See Also