public class EssenceStreamDescriptor extends Object
Description of an essence stream.
BodyStream| Constructor and Description |
|---|
EssenceStreamDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
EssenceDescriptorImpl |
getDescriptor() |
UUID |
getSourceFormat() |
int |
getStreamID() |
List<EssenceStreamDescriptor> |
getSubStreams() |
void |
setDescription(String description) |
void |
setDescriptor(EssenceDescriptorImpl descriptor) |
void |
setSourceFormat(UUID sourceFormat) |
void |
setStreamID(int streamID) |
void |
setSubStreams(List<EssenceStreamDescriptor> subStreams) |
public int getStreamID()
public void setStreamID(@UInt32 int streamID) throws IllegalArgumentException
IllegalArgumentExceptionpublic String getDescription()
public void setDescription(String description)
public UUID getSourceFormat()
public void setSourceFormat(UUID sourceFormat)
public EssenceDescriptorImpl getDescriptor()
public void setDescriptor(EssenceDescriptorImpl descriptor)
public List<EssenceStreamDescriptor> getSubStreams()
public void setSubStreams(List<EssenceStreamDescriptor> subStreams)
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.