Uses of Class
io.antmedia.storage.StorageClient
-
Uses of StorageClient in io.antmedia
Modifier and TypeFieldDescriptionprotected StorageClient
AntMediaApplicationAdapter.storageClient
Modifier and TypeMethodDescriptionvoid
AntMediaApplicationAdapter.setStorageClient
(StorageClient storageClient) -
Uses of StorageClient in io.antmedia.muxer
Modifier and TypeFieldDescriptionprotected StorageClient
HLSMuxer.storageClient
protected StorageClient
MuxAdaptor.storageClient
protected StorageClient
RecordMuxer.storageClient
Modifier and TypeMethodDescriptionprivate static boolean
RecordMuxer.doesFileExistInS3
(StorageClient storageClient, String name) static void
RecordMuxer.saveToStorage
(String prefix, File fileToUpload, String fileName, StorageClient storageClient) static void
RecordMuxer.saveToStorage
(String prefix, File fileToUpload, String fileName, StorageClient storageClient, boolean deleteLocalFile) void
MuxAdaptor.setStorageClient
(StorageClient storageClient) ModifierConstructorDescriptionHLSMuxer
(io.vertx.core.Vertx vertx, StorageClient storageClient, String s3StreamsFolderPath, int uploadExtensionsToS3, String httpEndpoint, boolean addDateTimeToResourceName) Mp4Muxer
(StorageClient storageClient, io.vertx.core.Vertx vertx, String s3FolderPath) protected
RecordMuxer
(StorageClient storageClient, io.vertx.core.Vertx vertx, String s3FolderPath) WebMMuxer
(StorageClient storageClient, io.vertx.core.Vertx vertx, String s3FolderPath) -
Uses of StorageClient in io.antmedia.servlet
Modifier and TypeMethodDescriptionUploadHLSChunk.getStorageClient
(jakarta.servlet.http.HttpServletRequest req) Modifier and TypeMethodDescriptionvoid
UploadHLSChunk.uploadHLSChunk
(StorageClient storageClient, ConfigurableWebApplicationContext appContext, InputStream inputStream, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) -
Uses of StorageClient in io.antmedia.storage