public class DolbyVisionInputStream extends InputStream
Constructor and Description |
---|
DolbyVisionInputStream() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getInputId()
Id of input (required)
|
String |
getMetadataInputPath()
Path to Dolby Vision Metadata file.
|
String |
getVideoInputPath()
Path to Dolby Vision input video file.
|
int |
hashCode() |
void |
setInputId(String inputId)
Id of input (required)
|
void |
setMetadataInputPath(String metadataInputPath)
Path to Dolby Vision Metadata file.
|
void |
setVideoInputPath(String videoInputPath)
Path to Dolby Vision input video file.
|
String |
toString() |
getCreatedAt, getCustomData, getDescription, getModifiedAt, getName, putCustomDataItem, setCustomData, setDescription, setName
getId
public String getInputId()
public void setInputId(String inputId)
inputId
- Id of input (required)public String getVideoInputPath()
public void setVideoInputPath(String videoInputPath)
videoInputPath
- Path to Dolby Vision input video file. (required)public String getMetadataInputPath()
public void setMetadataInputPath(String metadataInputPath)
metadataInputPath
- Path to Dolby Vision Metadata file. This field is required when the metadata is not embedded in the video input file.public boolean equals(Object o)
equals
in class InputStream
public int hashCode()
hashCode
in class InputStream
public String toString()
toString
in class InputStream
Copyright © 2025. All rights reserved.