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