toValue method
Implementation
String toValue() {
switch (this) {
case M2tsEbpPlacement.videoAndAudioPids:
return 'VIDEO_AND_AUDIO_PIDS';
case M2tsEbpPlacement.videoPid:
return 'VIDEO_PID';
}
}
String toValue() {
switch (this) {
case M2tsEbpPlacement.videoAndAudioPids:
return 'VIDEO_AND_AUDIO_PIDS';
case M2tsEbpPlacement.videoPid:
return 'VIDEO_PID';
}
}