rename StreamInformation.getFullCodec() as getCodecLong() on flutter
This commit is contained in:
parent
c2a44c0b97
commit
81ccd7c13d
|
@ -53,7 +53,7 @@ class StreamInformation {
|
||||||
String? getCodec() => this.getStringProperty(StreamInformation.keyCodec);
|
String? getCodec() => this.getStringProperty(StreamInformation.keyCodec);
|
||||||
|
|
||||||
/// Returns stream codec in long format.
|
/// Returns stream codec in long format.
|
||||||
String? getFullCodec() =>
|
String? getCodecLong() =>
|
||||||
this.getStringProperty(StreamInformation.keyCodecLong);
|
this.getStringProperty(StreamInformation.keyCodecLong);
|
||||||
|
|
||||||
/// Returns stream format.
|
/// Returns stream format.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user