ImageGear .NET
AudioSampleType Property




Gets or sets AudioSampleType property of the Dynamic Media XMP schema.
Syntax
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);
}
'Declaration
 
Public Property AudioSampleType As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.AudioSampleType = value
 
value = instance.AudioSampleType

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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback