# coding: utf-8 # Copyright 2014 Globo.com Player authors. All rights reserved. # Use of this source code is governed by a MIT License # license that can be found in the LICENSE file. ext_x_targetduration = '#EXT-X-TARGETDURATION' ext_x_media_sequence = '#EXT-X-MEDIA-SEQUENCE' ext_x_program_date_time = '#EXT-X-PROGRAM-DATE-TIME' ext_x_media = '#EXT-X-MEDIA' ext_x_playlist_type = '#EXT-X-PLAYLIST-TYPE' ext_x_key = '#EXT-X-KEY' ext_x_stream_inf = '#EXT-X-STREAM-INF' ext_x_version = '#EXT-X-VERSION' ext_x_allow_cache = '#EXT-X-ALLOW-CACHE' ext_x_endlist = '#EXT-X-ENDLIST' extinf = '#EXTINF' ext_i_frames_only = '#EXT-X-I-FRAMES-ONLY' ext_x_byterange = '#EXT-X-BYTERANGE' ext_x_i_frame_stream_inf = '#EXT-X-I-FRAME-STREAM-INF' ext_x_discontinuity = '#EXT-X-DISCONTINUITY'