Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 8,770 for

view

(0.12 sec)
  1. Working with metadata in FLV files | Documentation

    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 the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/python-net/get-docu...
  3. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Picture-in-Picture API - Web APIs | MDN

    The Picture-in-Picture API allow websites to create a floating, always-on-top video window. This allows users to continue consuming media while they interact with other sites or applications on their device....displayed in the picture-in-picture view. There is no support for adding...modified on Sep 23, 2024 by . View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/API/Pictur...
  5. Setting up your profile - GitHub Docs

    Your profile tells people who you are and what you're interested in.... In the "Edit" view, you'll see some pre-populated...heading. Toggle back to the "Edit" view. Delete line 3 and line 16....

    docs.github.com/en/get-started/start-your-journ...
  6. MDN Web Docs · GitHub

    Data and tools related to MDN Web Docs (formerly Mozilla Developer Network, formerly Mozilla Developer Center...) - MDN Web Docs...Dec 10, 2024 View all repositories People View all Top languages...

    github.com/mdn/
  7. viewer · GitHub Topics · GitHub

    GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects....mojito 微信、bilibili大图、长图、gif、视频、自定义view的转场效果,The transition effect of...image, GIF, video and custom view android kotlin video viewer...

    github.com/topics/viewer
  8. MDN Web Docs · GitHub

    Data and tools related to MDN Web Docs (formerly Mozilla Developer Network, formerly Mozilla Developer Center...) - MDN Web Docs...Dec 16, 2024 View all repositories People View all Top languages...

    github.com/mdn
  9. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats....word processors to load and view Word documents within your ...Pass a document you want to view to the class constructor. You...

    docs.groupdocs.com/viewer/net/how-to-view-word-...
  10. MutationRecord - Web APIs | MDN

    Learn about the MutationRecord interface, including its properties, specifications and browser compatibility.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/API/Mutati...