PeerTube/shared/models/videos/video-streaming-playlist.ty...

4 lines
59 B
TypeScript

export const enum VideoStreamingPlaylistType {
HLS = 1
}