-
Notifications
You must be signed in to change notification settings - Fork 23
update: allow starting new views with videoChange without changing AVPlayerItem
#258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 17 commits
1bc83ba
1f018c2
e4cff6d
3dcddb6
2bfe000
09a3432
2d4d79d
24a886a
f5b4d9f
c1a2e49
d7e215c
ee5d0bc
f111186
84de900
06f4de9
1b9c7e7
156022a
b194602
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -257,7 +257,7 @@ FOUNDATION_EXPORT | |
|
|
||
| */ | ||
| + (void)videoChangeForPlayer:(nonnull NSString *)name | ||
| withCustomerData:(nullable MUXSDKCustomerData *)customerData; | ||
| withCustomerData:(nonnull MUXSDKCustomerData *)customerData; | ||
|
||
|
|
||
| #pragma mark - Program Change | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this refer to external stuff like
MUXSDKCustomerDataor something else?Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The customer data, and also more general things like the private stuff in the player binding
I saw some odd stuff with playhead time during the subsequent views after changing, so I think there might still be something to clear. It could be here or in the
player binding(edit: oops, here or in the stores I mean), I'm not really sure