Releases: muxinc/stats-sdk-objc
Releases · muxinc/stats-sdk-objc
v2.0.0
v0.0.11
v0.0.10
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
- adds
updateAVPlayerViewController:withPlayerName:
andupdateAVPlayerLayer:withPlayerName:
to allow moving an AVPlayer around
v0.0.4
- Wraps some “dangerous” logic around getting source width and height in a try catch, specifically the logic for getting tracks using an
objectAtIndex
call seemed to be throwing index out of bounds errors in some not well understood scenarios.
v0.0.3
- added CocoaPods support
- fixed a memory leak where
destroyPlayer:
would not release the associated player binding correctly. setSubPropertyId
andsubPropertyId
methods added toMUXSDKCustomerPlayerData
. A sub property is an optional way to group data within a property. For example, sub properties may be used by a video platform to group data by its own customers, or a media company might use them to distinguish between its many websites.