Uses of Class
io.antmedia.storage.StorageClient
Packages that use StorageClient
-
Uses of StorageClient in io.antmedia
Fields in io.antmedia declared as StorageClientModifier and TypeFieldDescriptionprotected StorageClient
AntMediaApplicationAdapter.storageClient
Methods in io.antmedia that return StorageClientMethods in io.antmedia with parameters of type StorageClientModifier and TypeMethodDescriptionvoid
AntMediaApplicationAdapter.setStorageClient
(StorageClient storageClient) -
Uses of StorageClient in io.antmedia.muxer
Fields in io.antmedia.muxer declared as StorageClientModifier and TypeFieldDescriptionprotected StorageClient
HLSMuxer.storageClient
protected StorageClient
MuxAdaptor.storageClient
protected StorageClient
RecordMuxer.storageClient
Methods in io.antmedia.muxer that return StorageClientMethods in io.antmedia.muxer with parameters of type StorageClientModifier 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) Constructors in io.antmedia.muxer with parameters of type StorageClientModifierConstructorDescriptionHLSMuxer
(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
Methods in io.antmedia.servlet that return StorageClientModifier and TypeMethodDescriptionUploadHLSChunk.getStorageClient
(jakarta.servlet.http.HttpServletRequest req) Methods in io.antmedia.servlet with parameters of type StorageClientModifier 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
Subclasses of StorageClient in io.antmedia.storage