Add media segment action settings

This commit is contained in:
Bill Thornton
2024-09-25 16:55:53 -04:00
parent c6b4d41535
commit 809dba510a
5 changed files with 68 additions and 4 deletions
@@ -0,0 +1,7 @@
/**
* Actions that are triggered for media segments.
*/
export enum MediaSegmentAction {
None = 'None',
Skip = 'Skip'
}