-
Couldn't load subscription status.
- Fork 79
Jni clientinfo #211
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: develop
Are you sure you want to change the base?
Jni clientinfo #211
Conversation
* Add logs * Added classes, successfully built and ran * Revert "Add logs" * Remove getKvsRetryStrategyCallbacks * Add getters for all new members, fix typos, make AutomaticStreamingFlags class * Fix KvsRetryStrategyType * Update constructor param names * Return long members in getters rather than 0 for unsupported members * Update
src/main/java/com/amazonaws/kinesisvideo/producer/AutomaticStreamingFlags.java
Show resolved
Hide resolved
| final long serviceCallCompletionTimeout, final int logLevel, | ||
| final boolean logMetric, final AutomaticStreamingFlags flag) { | ||
| mVersion = CLIENT_INFO_CURRENT_VERSION; | ||
| mCreateClientTimeout = createClientTimeout; |
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.
should it be consistent with the native with suffix as ms? or seconds?
src/main/java/com/amazonaws/kinesisvideo/producer/KvsRetryStrategyType.java
Show resolved
Hide resolved
| * <p> | ||
| * A generic retry strategy | ||
| * | ||
| * @see <a href="https://github.com/awslabs/amazon-kinesis-video-streams-pic/blob/master/src/utils/include/com/amazonaws/kinesis/video/utils/Include.h">PIC</a> |
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.
Nice!
| } | ||
|
|
||
| @Override | ||
| public void getCurrentRetryAttemptNumberFn(KvsRetryStrategy kvsRetryStrategy, int retryCount) throws ProducerException { |
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.
Doesn't seem right
Issue #, if available:
What was changed?
Why was it changed?
How was it changed?
What testing was done for the changes?
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.