H264LicenseAction
public enum H264LicenseAction
The options for H.264 video codec license from Cisco Systems, Inc
Since
2.6.0-
Indicates that the end user has accepted the term.
Declaration
Swift
case accept -
Indicates that the end user declined the term.
Declaration
Swift
case decline -
Indicates that the end user wants to view the license.
Declaration
Swift
case viewLicense(url: URL)
View on GitHub