Interface StorageCallbacks
-
- All Known Implementing Classes:
DefaultStorageCallbacks
public interface StorageCallbacksInterface to the Kinesis Video Producer Storage Callbacks functionality.These will be used to integrate with the device storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstorageOverflowPressure(long remainingSizeBytes)Reports storage overflow pressure.
-
-
-
Method Detail
-
storageOverflowPressure
void storageOverflowPressure(long remainingSizeBytes)
Reports storage overflow pressure. TheputFramewill trigger this if the client's configuredStorageInfo.getStorageSize()is 95% full or higher, and if theStreamInfo.getStreamingType()is notStreamInfo.StreamingType.STREAMING_TYPE_OFFLINE.
-
-