Click or drag to resize

Utility Class

OpenH264-related utility functions.
Inheritance Hierarchy
SystemObject
  FM.IceLink.OpenH264Utility

Namespace:  FM.IceLink.OpenH264
Assembly:  FM.IceLink.OpenH264 (in FM.IceLink.OpenH264.dll) Version: 1.1.2.607 (1.1.2.607)

The Utility type exposes the following members.

Constructors
  NameDescription
Public methodUtility
Initializes a new instance of the Utility class
Top
Methods
  NameDescription
Public methodStatic memberDownloadOpenH264
Checks if the current OpenH264 native library exists in the expected location. If so, return without doing anything. If not, then the current version will be downloaded from Cisco to that location. If an older version of the library is detected, it will be removed before downloading the new version. Not supported in UWP.
Public methodStatic memberDownloadOpenH264(String)
Checks if the current OpenH264 native library exists in the expected location. If so, return without doing anything. If not, then the current version will be downloaded from Cisco to that location. If an older version of the library is detected, it will be removed before downloading the new version. Not supported in UWP.
Public methodStatic memberDownloadOpenH264(String, Boolean)
Checks if the current OpenH264 native library exists in the expected location. If so, return without doing anything. If not, then the current version will be downloaded from Cisco to that location. Not supported in UWP.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetDownloadUrl
Gets the url for the OpenH264 library needed for this platform.
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetLibraryName
Gets the filename for the OpenH264 library for this platform.
Public methodStatic memberGetLoadLibraryName
Gets the filename that should be used to load the OpenH264 library. This may be different than the return value from GetLibraryName() if a symlink must be used to load the library.
Public methodGetType (Inherited from Object.)
Public methodStatic memberInitialize
Initializes OpenH264 native libraries.
Public methodStatic memberIsSupported
Determines whether this platform can run OpenH264.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also