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