toM2tsEbpPlacement method
Implementation
M2tsEbpPlacement toM2tsEbpPlacement() {
switch (this) {
case 'VIDEO_AND_AUDIO_PIDS':
return M2tsEbpPlacement.videoAndAudioPids;
case 'VIDEO_PID':
return M2tsEbpPlacement.videoPid;
}
throw Exception('$this is not known in enum M2tsEbpPlacement');
}