ImageGear .NET - Updated
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
public ImGearXMPString AudioSampleType {get; set;}
public: __property ImGearXMPString* get_AudioSampleType();
public: __property void set_AudioSampleType( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ AudioSampleType {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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