Class ImageFileMediaSourceConfiguration
- java.lang.Object
-
- com.amazonaws.kinesisvideo.java.mediasource.file.ImageFileMediaSourceConfiguration
-
- All Implemented Interfaces:
MediaSourceConfiguration
public class ImageFileMediaSourceConfiguration extends Object implements MediaSourceConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImageFileMediaSourceConfiguration.Builder
-
Constructor Summary
Constructors Constructor Description ImageFileMediaSourceConfiguration(ImageFileMediaSourceConfiguration.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()StringgetDir()intgetEndFileIndex()StringgetFilenameFormat()intgetFps()StringgetFrameGeneratorThreadName()StringgetMediaSourceDescription()StringgetMediaSourceType()intgetStartFileIndex()longgetStartTimeMs()StreamCallbacksgetStreamCallbacks()Tag[]getTags()booleanisAllowStreamCreation()
-
-
-
Constructor Detail
-
ImageFileMediaSourceConfiguration
public ImageFileMediaSourceConfiguration(ImageFileMediaSourceConfiguration.Builder builder)
-
-
Method Detail
-
getFps
public int getFps()
-
getDir
public String getDir()
-
getFilenameFormat
public String getFilenameFormat()
-
getStartFileIndex
public int getStartFileIndex()
-
getEndFileIndex
public int getEndFileIndex()
-
getContentType
public String getContentType()
-
getStartTimeMs
public long getStartTimeMs()
-
getMediaSourceType
public String getMediaSourceType()
- Specified by:
getMediaSourceTypein interfaceMediaSourceConfiguration- Returns:
- type of the media source, e.g. "AndroidCamera"
-
getMediaSourceDescription
public String getMediaSourceDescription()
- Specified by:
getMediaSourceDescriptionin interfaceMediaSourceConfiguration- Returns:
- description of the media source, e.g. "AndroidCamera"
-
isAllowStreamCreation
public boolean isAllowStreamCreation()
-
getStreamCallbacks
public StreamCallbacks getStreamCallbacks()
-
getFrameGeneratorThreadName
public String getFrameGeneratorThreadName()
-
-