rename StreamInformation.getFullCodec() as getCodecLong() on flutter

This commit is contained in:
Taner Sener 2022-10-17 01:08:47 +01:00
parent c2a44c0b97
commit 81ccd7c13d

View File

@ -53,7 +53,7 @@ class StreamInformation {
String? getCodec() => this.getStringProperty(StreamInformation.keyCodec);
/// Returns stream codec in long format.
String? getFullCodec() =>
String? getCodecLong() =>
this.getStringProperty(StreamInformation.keyCodecLong);
/// Returns stream format.