Skip to content

Releases: muxinc/stats-sdk-objc

v0.0.5

27 Feb 00:31
0fd43fa
Compare
Choose a tag to compare
  • adds updateAVPlayerViewController:withPlayerName: and updateAVPlayerLayer:withPlayerName: to allow moving an AVPlayer around

v0.0.4

07 Aug 20:07
Compare
Choose a tag to compare
  • 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

09 Jun 19:55
Compare
Choose a tag to compare
  • added CocoaPods support
  • fixed a memory leak where destroyPlayer: would not release the associated player binding correctly.
  • setSubPropertyId and subPropertyId methods added to MUXSDKCustomerPlayerData. 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.