menu
ffmpeg_kit_flutter_min package
documentation
stream_information.dart
StreamInformation
getHeight method
getHeight method
dark_mode
light_mode
getHeight
method
int
?
getHeight
(
)
Returns height.
Implementation
int? getHeight() => this.getNumberProperty(StreamInformation.keyHeight)?.toInt();
ffmpeg_kit_flutter_min package
documentation
stream_information
StreamInformation
getHeight method
StreamInformation class