Defines the format options for an output stream.
Syntax
public StreamFormat(int stream, InputInfo.StreamDir Dir, java.util.Map<StreamFormat.FormatAttribute,java.lang.Object> map)
Syntax Elements
- stream
- Indicates the stream on which the format will be applied. Currently the only valid value is 0.
- Dir
- The direction of the stream (input or output).
- map
- Map of attribute values to apply.