toRtmpAdMarkers method

RtmpAdMarkers toRtmpAdMarkers()

Implementation

RtmpAdMarkers toRtmpAdMarkers() {
  switch (this) {
    case 'ON_CUE_POINT_SCTE35':
      return RtmpAdMarkers.onCuePointScte35;
  }
  throw Exception('$this is not known in enum RtmpAdMarkers');
}