Uses of Class
io.antmedia.datastore.db.types.StreamInfo
Packages that use StreamInfo
-
Uses of StreamInfo in io.antmedia.datastore.db
Methods in io.antmedia.datastore.db that return types with arguments of type StreamInfoModifier and TypeMethodDescriptionabstract List<StreamInfo>
DataStore.getStreamInfoList
(String streamId) Returns stream info list added to dbInMemoryDataStore.getStreamInfoList
(String streamId) MapBasedDataStore.getStreamInfoList
(String streamId) MapDBStore.getStreamInfoList
(String streamId) MongoStore.getStreamInfoList
(String streamId) RedisStore.getStreamInfoList
(String streamId) Methods in io.antmedia.datastore.db with parameters of type StreamInfoModifier and TypeMethodDescriptionabstract void
DataStore.saveStreamInfo
(StreamInfo streamInfo) Saves the stream info to the dbvoid
InMemoryDataStore.saveStreamInfo
(StreamInfo streamInfo) void
MapBasedDataStore.saveStreamInfo
(StreamInfo streamInfo) void
MapDBStore.saveStreamInfo
(StreamInfo streamInfo) void
MongoStore.saveStreamInfo
(StreamInfo streamInfo) void
RedisStore.saveStreamInfo
(StreamInfo streamInfo)