public class VideoContent extends AbstractContent
contentType, source| Constructor and Description |
|---|
VideoContent(byte[] bytes,
ContentType type) |
VideoContent(ContentSource contentSource,
ContentType type) |
VideoContent(ContentSource contentSource,
String type) |
VideoContent(File file,
ContentType type) |
VideoContent(InputStream is,
ContentType type) |
VideoContent(String filePath,
ContentType type) |
getContentLength, getContentSource, getContentTypepublic VideoContent(String filePath, ContentType type)
public VideoContent(File file, ContentType type)
public VideoContent(InputStream is, ContentType type)
public VideoContent(byte[] bytes,
ContentType type)
public VideoContent(ContentSource contentSource, ContentType type)
public VideoContent(ContentSource contentSource, String type)
Copyright © 2019. All rights reserved.