ImageGear v26.3 - Updated
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
    public ImGearIPTCAudioChannelMode ChannelMode
    public: ImGearIPTCAudioChannelMode ChannelMode
    public:
    ImGearIPTCAudioChannelMode ChannelMode

    Field Value

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