toValue method
Implementation
String toValue() {
switch (this) {
case RtmpOutputCertificateMode.selfSigned:
return 'SELF_SIGNED';
case RtmpOutputCertificateMode.verifyAuthenticity:
return 'VERIFY_AUTHENTICITY';
}
}
String toValue() {
switch (this) {
case RtmpOutputCertificateMode.selfSigned:
return 'SELF_SIGNED';
case RtmpOutputCertificateMode.verifyAuthenticity:
return 'VERIFY_AUTHENTICITY';
}
}