ImageGear .NET
AudioChannelType Property




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
public ImGearXMPString AudioChannelType {get; set;}
public: __property ImGearXMPString* get_AudioChannelType();
public: __property void set_AudioChannelType( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ AudioChannelType {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback