Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 545 for

audio

(0.15 sec)
  1. Handling the APEv2 tag | Documentation

    This article explains how to handle APEv2 tag....metadata for specific formats / Audio / Working with MP3 metadata...or track number, to digital audio files. The APEv1 tag was designed...

    docs.groupdocs.com/metadata/java/handling-the-a...
  2. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....metadata for specific formats / Audio / Working with MP3 metadata...then saved in the audio file between the audio and the ID3 tag...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  3. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....StreamType ); //Display the audio stream properties AsfAudioStreamProper...) { Console . WriteLine ( "Audio bits per sample: {0}" , audioStreamProperty...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....metadata for specific formats / Audio / Working with MP3 metadata...then saved in the audio file between the audio and the ID3 tag...

    docs.groupdocs.com/metadata/java/handling-the-l...
  5. Handling the ID3v2 tag | Documentation

    This article explains how to handle ID3v2 tag....metadata for specific formats / Audio / Working with MP3 metadata...reading the ID3v2 tag in an MP3 audio. To get more information about...

    docs.groupdocs.com/metadata/java/handling-the-i...
  6. GroupDocs.Metadata for .NET 1.7.0 Released with...

    GroupDocs.Metadata for .NET version 1.7 is available now. Code is redefined by decreasing number of namespaces for easy integration. One major enhancement is support for MP3 format. So management of Audio format metadata is more easy with this release. Metadata API extended features MP3 format supported - Detect MP3 format Reading ID3v1 Tag Reading ID3v2 Tag Get MPEG Audio format Information Read all EXIF tags Get specific EXIF tag by specific key or indexer .... So management of audio format metadata is more easy...Reading ID3v2 Tag Get MPEG Audio format Information Read all...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  7. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....getStreamType ())); //Display the audio stream properties if ( property...println ( String . format ( "Audio bits per sample: %s" , audioStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. GroupDocs.Metadata for Node.js overview | Docum...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....with various document, image, audio, video and many other formats...document properties, etc Manage audio metadata: ID3 tag (ID3v1, ID3v2)...

    docs.groupdocs.com/metadata/nodejs-java/product...
  9. Features Overview | Documentation

    A Node.js via Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....technical information from images, audio and video files Calculating...structure Working with various audio tags (ID3, Lyrics, APE) Was...

    docs.groupdocs.com/metadata/nodejs-java/feature...
  10. Features Overview | Documentation

    A Python via .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....technical information from images, audio and video files Calculating...structure Working with various audio tags (ID3, Lyrics, APE) Was...

    docs.groupdocs.com/metadata/python-net/features...