getDisplayAspectRatio method

String? getDisplayAspectRatio()

Returns display aspect ratio.

Implementation

String? getDisplayAspectRatio() =>
    this.getStringProperty(StreamInformation.keyDisplayAspectRatio);