translate the note FFmpegHandler into Englishpull/112/head
parent
918fe2bc12
commit
199d141e1c
@ -1,15 +1,15 @@ |
||||
package com.frank.ffmpeg.format; |
||||
|
||||
/** |
||||
* 视频布局 |
||||
* layout of video |
||||
* Created by frank on 2018/6/18. |
||||
*/ |
||||
|
||||
public class VideoLayout { |
||||
|
||||
//水平拼接
|
||||
//horizontal join
|
||||
public final static int LAYOUT_HORIZONTAL = 1; |
||||
//垂直拼接
|
||||
//vertical join
|
||||
public final static int LAYOUT_VERTICAL = 2; |
||||
|
||||
} |
||||
|
Loading…
Reference in new issue