Utility Class |
Namespace: FM.IceLink.OpenH264
The Utility type exposes the following members.
Name | Description | |
---|---|---|
DownloadOpenH264 |
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.
| |
DownloadOpenH264(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.
| |
DownloadOpenH264(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.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDownloadUrl |
Gets the url for the OpenH264 library needed for this platform.
| |
GetHashCode | (Inherited from Object.) | |
GetLibraryName |
Gets the filename for the OpenH264 library for this platform.
| |
GetLoadLibraryName |
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.
| |
GetType | (Inherited from Object.) | |
Initialize |
Initializes OpenH264 native libraries.
| |
IsSupported |
Determines whether this platform can run OpenH264.
| |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |