Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 257 for

chunk

(0.01 sec)
  1. AviHeader.SuggestedBufferSize Property - GroupD...

    Gets the suggested buffer size for reading the file. Generally, this size should be large enough to contain the largest Chunk in the...enough to contain the largest chunk in the file. If set to zero...entire record, and not just a chunk. Namespace: GroupDocs.Metadata...

    apireference.groupdocs.com/metadata/net/groupdo...
  2. GroupDocs.Metadata for Java 21.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for Java 21.1 Major Features There are the following features, enhancements and fixes in this release: Implement the ability to extract content statistics from OneNote documents Implement the ability to extract INFO Chunk metadata from all formats derived from the RIFF container (AVI, WAV) Attempted to divide by zero. Input string was not in a correct format. Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-2841 Implement the ability to extract content statistics from OneNote documents New Feature METADATANET-2853 Implement the ability to extract INFO Chunk metadata from all formats derived from the RIFF container (AVI, WAV) New Feature METADATANET-3660 Attempted to divide by zero....the ability to extract INFO chunk metadata from all formats derived...the ability to extract INFO chunk metadata from all formats derived...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  3. PngCompressedTextChunk - GroupDocs.Metadata for...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......algorithm used to compress the chunk data. Methods inherited from...algorithm used to compress the chunk data. Returns: The algorithm...

    apireference.groupdocs.com/metadata/java/com.gr...
  4. Search Text in Folders by Indexing using C# | U...

    Search text by parts, text indexing, specify the number of search threads, and get search time to get search results in C# using GroupDocs Search API for .NET Developers....index and then search text in chunks from the mentioned folder in...perform the search by parts/chunks. Create the Index with your...

    blog.groupdocs.com/2020/05/29/search-text-by-in...
  5. PngCompressedTextChunk Class - GroupDocs.Metada...

    Represents compressed textual data extracted from a PNG image....algorithm used to compress the chunk data. Count Gets the number...information represented by the chunk. (Inherited from PngTextChunk...

    apireference.groupdocs.com/metadata/net/groupdo...
  6. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...SampleRate ); } } Extract RIFF INFO chunk metadata The WAV format is derived...with metadata in the INFO chunk. The chunk may include information...

    docs.groupdocs.com/metadata/net/handling-metada...
  7. pngcompressedtextchunk - GroupDocs.Metadata for...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......algorithm used to compress the chunk data. Methods inherited from...algorithm used to compress the chunk data. Returns: The algorithm...

    apireference.groupdocs.com/metadata/java/com.gr...
  8. SearchResult - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......chunkSearchToken) Continues the chunk search started with method Search...cancellation) Continues the chunk search started with method Search...

    apireference.groupdocs.com/search/java/com.grou...
  9. GroupDocs.Metadata.Formats.Riff Namespace - Gro...

    The namespace provides functionality allowing users to work with metadata of various formats derived from the RIFF container....extracted from the RIFF INFO chunk....

    apireference.groupdocs.com/metadata/net/groupdo...
  10. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // .... } Extract RIFF INFO chunk metadata The AVI format is derived...with metadata in the INFO chunk. The chunk may include information...

    docs.groupdocs.com/metadata/net/working-with-me...