streamamg-sdk-ios

所属分类:iPhone/iOS
开发工具:Swift
文件大小:0KB
下载次数:0
上传日期:2023-09-11 10:07:17
上 传 者sh-1993
说明:  StreamAMG SDK中心,
(StreamAMG SDK Hub,)

文件列表:
Changelog.md (2451, 2023-10-31)
Source/ (0, 2023-10-31)
Source/Media/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/Contents.json (63, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/bitrate_dark_gray.colorset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/bitrate_dark_gray.colorset/Contents.json (689, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/bitrate_medium_gray.colorset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/bitrate_medium_gray.colorset/Contents.json (689, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/cast.imageset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/cast.imageset/Contents.json (154, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/cast.imageset/cast.png (15442, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/checkmark.imageset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/checkmark.imageset/Contents.json (228, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/checkmark.imageset/checkmark.svg (593, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/fullscrButton.imageset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/fullscrButton.imageset/Contents.json (226, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/fullscrButton.imageset/enlarge.svg (405, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/minimiseButton.imageset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/minimiseButton.imageset/Contents.json (229, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/minimiseButton.imageset/close_24px.svg (230, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/settingsButton.imageset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/settingsButton.imageset/Contents.json (234, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/settingsButton.imageset/icons8-settings.svg (2359, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/skipBackButton.imageset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/skipBackButton.imageset/Contents.json (232, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/skipBackButton.imageset/jump-backward.svg (884, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/skipForwardButton.imageset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/skipForwardButton.imageset/Contents.json (231, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/skipForwardButton.imageset/jump-forward.svg (884, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/slider_thumb.imageset/ (0, 2023-10-31)
Source/Media/PlayKitMedia.xcassets/slider_thumb.imageset/Contents.json (234, 2023-10-31)
... ...

StreamAMGSDK [![](https://img.shields.io/cocoapods/v/StreamAMGSDK)](https://github.com/StreamAMG/streamamg-sdk-ios) ========= The StreamAMGSDK provides simple and efficient access to StreamAMG's APIs and services There are currently four modules available, each of which perform a particular task, or set of tasks, within the SDK, they are: Core: The Core module provides networking, logging and batch processing functionality to other modules. It is a mandatory requirement of StreamSDK CloudMatrix, StreamPlay and Authentication that Core is included in your project [Full details](CoreReadme.md) CloudMatrix: CloudMatrix provides a historical reference of video, audio and other media types for specific events. [Full details](CloudMatrixReadme.md) StreamPlay: StreamPlay contains information regarding upcoming events [Full details](StreamPlayReadme.md) Authentication: Authentication enables use of the StreamAMG Auth API [Full details](AuthReadme.md) PlayKit: PlayKit provides video playback for Stream AMG clients [Full details](PlayKitReadme.md) PlayKit2Go: Download and playback media for PlayKit [Full details](PlayKit2GoReadme.md) Purchases: Integrate IAPs into the StreamAMG CloudPay backend [Full details](PurchasesReadme.md) Requirements ---------------- - iOS 12+ - Xcode 12.0+ Installation ------------ Currently, the only supported way of installing the StreamAMG SDK is via Cocoapods. The Core module is automatically installed as a pod dependency for all pods that require it, but if you do, for any reason, require the Core module only, it can be installed via Cocoapods If Cocoapods is not installed on your Mac, follow the instructions [here](https://guides.cocoapods.org/using/getting-started.html) To add the SDK to you project, include the required modules in your Podfile ``` pod 'StreamAMGSDK/Core' pod 'StreamAMGSDK/CloudMatrix' pod 'StreamAMGSDK/StreamPlay' pod 'StreamAMGSDK/Authentication' pod 'StreamAMGSDK/PlayKit' pod 'StreamAMGSDK/PlayKit2Go' pod 'StreamAMGSDK/Purchases' ``` Alternatively, to import all modules: ``` pod 'StreamAMGSDK' ``` Please use the same version for all modules to prevent dependency errors. Accessing the SDK ---------------------- To use any of the SDK modules, import the pods into your Swift files: ``` import StreamAMGSDK ``` More Information -------------------- More information about the individual modules can be found at their respective pages: - [Core](CoreReadme.md) - [CloudMatrix](CloudMatrixReadme.md) - [StreamPlay](StreamPlayReadme.md) - [Authentication](AuthReadme.md) - [PlayKit](PlayKitReadme.md) - [PlayKit2Go](PlayKit2GoReadme.md) - [Purchases](PurchasesReadme.md) Change Log: --------------- All notable changes to this project will be documented [here](Changelog.md)

近期下载者

相关文件


收藏者