Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header.
The following are the steps to read the header of an FLV file.
Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Learn common ways to read metadata property values and handle types in GroupDocs.Metadata for Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Search and update existing text or image watermarks using Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article explains how to protect as well as unprotect the Word documents in Java....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark for Java....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article shows how to obtain the history of document changes with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...