mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 03:26:31 +00:00
add controller for video
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
using Azaion.Repository.DTO;
|
||||
using Azaion.Repository.Entities;
|
||||
|
||||
namespace Azaion.Video;
|
||||
|
||||
public interface IVideoManager
|
||||
{
|
||||
List<VideoDto> GetVideos();
|
||||
void OpenVideo(Guid mediaId);
|
||||
Media Get(Guid mediaId);
|
||||
|
||||
void CreateAnnotation(Guid mediaId, DateTime time)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user