ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / AudioSampleType Property




In This Topic
    AudioSampleType Property
    In This Topic
    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