Skip to content

Commit 59af91e

Browse files
committed
Update Javadoc for set aspect ratio re new option "fill"
1 parent e5a9bf6 commit 59af91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/uk/co/caprica/vlcj/player/base/VideoApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public String aspectRatio() {
236236
/**
237237
* Set the video aspect ratio
238238
*
239-
* @param aspectRatio aspect ratio, e.g. "16:9", "4:3", "185:100" for 1:85.1 and so on
239+
* @param aspectRatio aspect ratio, e.g. "16:9", "4:3", "185:100" for 1:85.1 and so on, or the special value "fill"
240240
*/
241241
public void setAspectRatio(String aspectRatio) {
242242
libvlc_video_set_aspect_ratio(mediaPlayerInstance, aspectRatio);

0 commit comments

Comments
 (0)