getFullCodec method

String? getFullCodec()

Returns stream codec in long format.

Implementation

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