getCodecLong method

String? getCodecLong()

Returns stream codec in long format.

Implementation

String? getCodecLong() =>
    this.getStringProperty(StreamInformation.keyCodecLong);