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