aws-samples / amazon-kinesis-video-streams-producer-embedded-c

Light-wight Amazon Kinesis Video Streams Producer SDK For FreeRTOS/Embedded Linux
Apache License 2.0
29 stars 18 forks source link

Add callbacks to data frame. #25

Closed weichihl closed 2 years ago

weichihl commented 2 years ago

Add API to set callbacks when adding data frame. There is one onDataFrameTerminate callback now. If it's not assigned, then KVS app would assign default implementation of onDataFrameTerminate.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.