diff --git a/Frameworks/iOS/fat/MUXSDKStats.framework.dSYM/Contents/Info.plist b/Frameworks/iOS/fat/MUXSDKStats.framework.dSYM/Contents/Info.plist index 813b3100..6c5bafdf 100644 --- a/Frameworks/iOS/fat/MUXSDKStats.framework.dSYM/Contents/Info.plist +++ b/Frameworks/iOS/fat/MUXSDKStats.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleVersion 1 diff --git a/Frameworks/iOS/fat/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats b/Frameworks/iOS/fat/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats index 0b173c58..92aba69b 100644 Binary files a/Frameworks/iOS/fat/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats and b/Frameworks/iOS/fat/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats differ diff --git a/Frameworks/iOS/fat/MUXSDKStats.framework/Headers/MUXSDKStats.h b/Frameworks/iOS/fat/MUXSDKStats.framework/Headers/MUXSDKStats.h index eaaef5d8..6b56cd1a 100644 --- a/Frameworks/iOS/fat/MUXSDKStats.framework/Headers/MUXSDKStats.h +++ b/Frameworks/iOS/fat/MUXSDKStats.framework/Headers/MUXSDKStats.h @@ -94,4 +94,12 @@ FOUNDATION_EXPORT */ + (void)videoChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; +/*! + @method programChangeForPlayer:withVideoData: + @abstract Signals that a player is now playing a different video of a playlist; or a different program of a live stream + @param name The name of the player to update + @param videoData A MUXSDKCustomerVideoData object with video metadata + @discussion Use this method to signal that the player is now playing a differnt video of a playlist, or a different program of a live stream. The player name provided must been passed as the name in a monitorPlayer:withPlayerName:andConfig: call. The config provided should match the specifications in the Mux docs at https://docs.mux.com and should include all desired keys, not just those keys that are specific to this video. If the name of the player provided was not previously initialized, an exception will be raised. + */ ++ (void)programChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; @end diff --git a/Frameworks/iOS/fat/MUXSDKStats.framework/Info.plist b/Frameworks/iOS/fat/MUXSDKStats.framework/Info.plist index 9ad9cc3d..82995591 100644 Binary files a/Frameworks/iOS/fat/MUXSDKStats.framework/Info.plist and b/Frameworks/iOS/fat/MUXSDKStats.framework/Info.plist differ diff --git a/Frameworks/iOS/fat/MUXSDKStats.framework/MUXSDKStats b/Frameworks/iOS/fat/MUXSDKStats.framework/MUXSDKStats index cd2900da..57eb6fea 100755 Binary files a/Frameworks/iOS/fat/MUXSDKStats.framework/MUXSDKStats and b/Frameworks/iOS/fat/MUXSDKStats.framework/MUXSDKStats differ diff --git a/Frameworks/iOS/release/MUXSDKStats.framework.dSYM/Contents/Info.plist b/Frameworks/iOS/release/MUXSDKStats.framework.dSYM/Contents/Info.plist index 813b3100..6c5bafdf 100644 --- a/Frameworks/iOS/release/MUXSDKStats.framework.dSYM/Contents/Info.plist +++ b/Frameworks/iOS/release/MUXSDKStats.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleVersion 1 diff --git a/Frameworks/iOS/release/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats b/Frameworks/iOS/release/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats index 0b173c58..92aba69b 100644 Binary files a/Frameworks/iOS/release/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats and b/Frameworks/iOS/release/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats differ diff --git a/Frameworks/iOS/release/MUXSDKStats.framework/Headers/MUXSDKStats.h b/Frameworks/iOS/release/MUXSDKStats.framework/Headers/MUXSDKStats.h index eaaef5d8..6b56cd1a 100644 --- a/Frameworks/iOS/release/MUXSDKStats.framework/Headers/MUXSDKStats.h +++ b/Frameworks/iOS/release/MUXSDKStats.framework/Headers/MUXSDKStats.h @@ -94,4 +94,12 @@ FOUNDATION_EXPORT */ + (void)videoChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; +/*! + @method programChangeForPlayer:withVideoData: + @abstract Signals that a player is now playing a different video of a playlist; or a different program of a live stream + @param name The name of the player to update + @param videoData A MUXSDKCustomerVideoData object with video metadata + @discussion Use this method to signal that the player is now playing a differnt video of a playlist, or a different program of a live stream. The player name provided must been passed as the name in a monitorPlayer:withPlayerName:andConfig: call. The config provided should match the specifications in the Mux docs at https://docs.mux.com and should include all desired keys, not just those keys that are specific to this video. If the name of the player provided was not previously initialized, an exception will be raised. + */ ++ (void)programChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; @end diff --git a/Frameworks/iOS/release/MUXSDKStats.framework/Info.plist b/Frameworks/iOS/release/MUXSDKStats.framework/Info.plist index 9ad9cc3d..82995591 100644 Binary files a/Frameworks/iOS/release/MUXSDKStats.framework/Info.plist and b/Frameworks/iOS/release/MUXSDKStats.framework/Info.plist differ diff --git a/Frameworks/iOS/release/MUXSDKStats.framework/MUXSDKStats b/Frameworks/iOS/release/MUXSDKStats.framework/MUXSDKStats index b725fe40..92b15cbd 100755 Binary files a/Frameworks/iOS/release/MUXSDKStats.framework/MUXSDKStats and b/Frameworks/iOS/release/MUXSDKStats.framework/MUXSDKStats differ diff --git a/Frameworks/iOS/simulator/MUXSDKStats.framework.dSYM/Contents/Info.plist b/Frameworks/iOS/simulator/MUXSDKStats.framework.dSYM/Contents/Info.plist index 813b3100..6c5bafdf 100644 --- a/Frameworks/iOS/simulator/MUXSDKStats.framework.dSYM/Contents/Info.plist +++ b/Frameworks/iOS/simulator/MUXSDKStats.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleVersion 1 diff --git a/Frameworks/iOS/simulator/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats b/Frameworks/iOS/simulator/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats index 2f0e6e8b..37267634 100644 Binary files a/Frameworks/iOS/simulator/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats and b/Frameworks/iOS/simulator/MUXSDKStats.framework.dSYM/Contents/Resources/DWARF/MUXSDKStats differ diff --git a/Frameworks/iOS/simulator/MUXSDKStats.framework/Headers/MUXSDKStats.h b/Frameworks/iOS/simulator/MUXSDKStats.framework/Headers/MUXSDKStats.h index eaaef5d8..6b56cd1a 100644 --- a/Frameworks/iOS/simulator/MUXSDKStats.framework/Headers/MUXSDKStats.h +++ b/Frameworks/iOS/simulator/MUXSDKStats.framework/Headers/MUXSDKStats.h @@ -94,4 +94,12 @@ FOUNDATION_EXPORT */ + (void)videoChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; +/*! + @method programChangeForPlayer:withVideoData: + @abstract Signals that a player is now playing a different video of a playlist; or a different program of a live stream + @param name The name of the player to update + @param videoData A MUXSDKCustomerVideoData object with video metadata + @discussion Use this method to signal that the player is now playing a differnt video of a playlist, or a different program of a live stream. The player name provided must been passed as the name in a monitorPlayer:withPlayerName:andConfig: call. The config provided should match the specifications in the Mux docs at https://docs.mux.com and should include all desired keys, not just those keys that are specific to this video. If the name of the player provided was not previously initialized, an exception will be raised. + */ ++ (void)programChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; @end diff --git a/Frameworks/iOS/simulator/MUXSDKStats.framework/Info.plist b/Frameworks/iOS/simulator/MUXSDKStats.framework/Info.plist index f3a3c395..9deb5f52 100644 Binary files a/Frameworks/iOS/simulator/MUXSDKStats.framework/Info.plist and b/Frameworks/iOS/simulator/MUXSDKStats.framework/Info.plist differ diff --git a/Frameworks/iOS/simulator/MUXSDKStats.framework/MUXSDKStats b/Frameworks/iOS/simulator/MUXSDKStats.framework/MUXSDKStats index 72b6369f..a35bda84 100755 Binary files a/Frameworks/iOS/simulator/MUXSDKStats.framework/MUXSDKStats and b/Frameworks/iOS/simulator/MUXSDKStats.framework/MUXSDKStats differ diff --git a/Frameworks/iOS/simulator/MUXSDKStats.framework/_CodeSignature/CodeResources b/Frameworks/iOS/simulator/MUXSDKStats.framework/_CodeSignature/CodeResources index b293aa06..a95784d0 100644 --- a/Frameworks/iOS/simulator/MUXSDKStats.framework/_CodeSignature/CodeResources +++ b/Frameworks/iOS/simulator/MUXSDKStats.framework/_CodeSignature/CodeResources @@ -6,11 +6,11 @@ Headers/MUXSDKStats.h - z+Z3vTwubFB8stoo0KlG2H8MLjc= + WqtbbTwieZYUtt2gsqMD4JeV/GQ= Info.plist - rRIkZ/nvR3/s6xBSr/Y5x0uSS+s= + 5TfHCnOsHeprjrmA/1L+5pW5WmY= Modules/module.modulemap @@ -23,11 +23,11 @@ hash - z+Z3vTwubFB8stoo0KlG2H8MLjc= + WqtbbTwieZYUtt2gsqMD4JeV/GQ= hash2 - 0uCUJTir+Sppc+qLlFgQYlxmdfbm8w/Zk3zUpgYXQUM= + oh7N6Jp2Sfv0FCLSKFTpQp//5ec2lCbcBGoG5ocVK+Q= Modules/module.modulemap diff --git a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist index faef195f..ce0de030 100644 --- a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist +++ b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleVersion 0.0.6 diff --git a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv index 2ea23935..b3fc3745 100644 Binary files a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv and b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv differ diff --git a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h index eaaef5d8..6b56cd1a 100644 --- a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h +++ b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h @@ -94,4 +94,12 @@ FOUNDATION_EXPORT */ + (void)videoChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; +/*! + @method programChangeForPlayer:withVideoData: + @abstract Signals that a player is now playing a different video of a playlist; or a different program of a live stream + @param name The name of the player to update + @param videoData A MUXSDKCustomerVideoData object with video metadata + @discussion Use this method to signal that the player is now playing a differnt video of a playlist, or a different program of a live stream. The player name provided must been passed as the name in a monitorPlayer:withPlayerName:andConfig: call. The config provided should match the specifications in the Mux docs at https://docs.mux.com and should include all desired keys, not just those keys that are specific to this video. If the name of the player provided was not previously initialized, an exception will be raised. + */ ++ (void)programChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; @end diff --git a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/Info.plist b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/Info.plist index 657a1484..0755a394 100644 Binary files a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/Info.plist and b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/Info.plist differ diff --git a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/MUXSDKStatsTv b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/MUXSDKStatsTv index 9c4b5e5c..493a406d 100755 Binary files a/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/MUXSDKStatsTv and b/Frameworks/tvOS/fat/MUXSDKStatsTv.framework/MUXSDKStatsTv differ diff --git a/Frameworks/tvOS/release/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist b/Frameworks/tvOS/release/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist index faef195f..ce0de030 100644 --- a/Frameworks/tvOS/release/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist +++ b/Frameworks/tvOS/release/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleVersion 0.0.6 diff --git a/Frameworks/tvOS/release/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv b/Frameworks/tvOS/release/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv index 2ea23935..b3fc3745 100644 Binary files a/Frameworks/tvOS/release/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv and b/Frameworks/tvOS/release/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv differ diff --git a/Frameworks/tvOS/release/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h b/Frameworks/tvOS/release/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h index eaaef5d8..6b56cd1a 100644 --- a/Frameworks/tvOS/release/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h +++ b/Frameworks/tvOS/release/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h @@ -94,4 +94,12 @@ FOUNDATION_EXPORT */ + (void)videoChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; +/*! + @method programChangeForPlayer:withVideoData: + @abstract Signals that a player is now playing a different video of a playlist; or a different program of a live stream + @param name The name of the player to update + @param videoData A MUXSDKCustomerVideoData object with video metadata + @discussion Use this method to signal that the player is now playing a differnt video of a playlist, or a different program of a live stream. The player name provided must been passed as the name in a monitorPlayer:withPlayerName:andConfig: call. The config provided should match the specifications in the Mux docs at https://docs.mux.com and should include all desired keys, not just those keys that are specific to this video. If the name of the player provided was not previously initialized, an exception will be raised. + */ ++ (void)programChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; @end diff --git a/Frameworks/tvOS/release/MUXSDKStatsTv.framework/Info.plist b/Frameworks/tvOS/release/MUXSDKStatsTv.framework/Info.plist index 657a1484..0755a394 100644 Binary files a/Frameworks/tvOS/release/MUXSDKStatsTv.framework/Info.plist and b/Frameworks/tvOS/release/MUXSDKStatsTv.framework/Info.plist differ diff --git a/Frameworks/tvOS/release/MUXSDKStatsTv.framework/MUXSDKStatsTv b/Frameworks/tvOS/release/MUXSDKStatsTv.framework/MUXSDKStatsTv index d7e5c327..a5649c6d 100755 Binary files a/Frameworks/tvOS/release/MUXSDKStatsTv.framework/MUXSDKStatsTv and b/Frameworks/tvOS/release/MUXSDKStatsTv.framework/MUXSDKStatsTv differ diff --git a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist index faef195f..ce0de030 100644 --- a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist +++ b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleVersion 0.0.6 diff --git a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv index 4fa36440..06a59175 100644 Binary files a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv and b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework.dSYM/Contents/Resources/DWARF/MUXSDKStatsTv differ diff --git a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h index eaaef5d8..6b56cd1a 100644 --- a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h +++ b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/Headers/MUXSDKStats.h @@ -94,4 +94,12 @@ FOUNDATION_EXPORT */ + (void)videoChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; +/*! + @method programChangeForPlayer:withVideoData: + @abstract Signals that a player is now playing a different video of a playlist; or a different program of a live stream + @param name The name of the player to update + @param videoData A MUXSDKCustomerVideoData object with video metadata + @discussion Use this method to signal that the player is now playing a differnt video of a playlist, or a different program of a live stream. The player name provided must been passed as the name in a monitorPlayer:withPlayerName:andConfig: call. The config provided should match the specifications in the Mux docs at https://docs.mux.com and should include all desired keys, not just those keys that are specific to this video. If the name of the player provided was not previously initialized, an exception will be raised. + */ ++ (void)programChangeForPlayer:(nonnull NSString *)name withVideoData:(nullable MUXSDKCustomerVideoData *)videoData; @end diff --git a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/Info.plist b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/Info.plist index c4f339d7..f610f0ea 100644 Binary files a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/Info.plist and b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/Info.plist differ diff --git a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/MUXSDKStatsTv b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/MUXSDKStatsTv index a860b717..225fcced 100755 Binary files a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/MUXSDKStatsTv and b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/MUXSDKStatsTv differ diff --git a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/_CodeSignature/CodeResources b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/_CodeSignature/CodeResources index 385c7389..3e156b10 100644 --- a/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/_CodeSignature/CodeResources +++ b/Frameworks/tvOS/simulator/MUXSDKStatsTv.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/MUXSDKStats.h - z+Z3vTwubFB8stoo0KlG2H8MLjc= + WqtbbTwieZYUtt2gsqMD4JeV/GQ= Headers/MUXSDKStatsTv.h @@ -14,7 +14,7 @@ Info.plist - XmDyol2buqOpk84HnonG/WkaZt4= + pZc34uc/2YBU+SZOD65iP/IkBrs= Modules/module.modulemap @@ -27,11 +27,11 @@ hash - z+Z3vTwubFB8stoo0KlG2H8MLjc= + WqtbbTwieZYUtt2gsqMD4JeV/GQ= hash2 - 0uCUJTir+Sppc+qLlFgQYlxmdfbm8w/Zk3zUpgYXQUM= + oh7N6Jp2Sfv0FCLSKFTpQp//5ec2lCbcBGoG5ocVK+Q= Headers/MUXSDKStatsTv.h