Interface ChannelMerger

All Superinterfaces:
X3DChildNode, X3DNode, X3DSoundChannelNode, X3DSoundNode
All Known Implementing Classes:
ChannelMerger

public interface ChannelMerger
extends X3DSoundChannelNode
ChannelMerger unites different input channels into a single output channel.

X3D node tooltip: (X3D version 4.0 draft) [X3DSoundChannelNode] ChannelMerger unites different input channels into a single output channel.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also:
SAI Java Specification, X3D Abstract Specification: ChannelMerger, X3D Tooltips: ChannelMerger, X3D Scene Authoring Hints
  • Method Summary

    Modifier and Type Method Description
    int getChannelCount()
    Provide int value from outputOnly SFInt32 field named channelCount.
    java.lang.String getChannelCountMode()
    Provide String enumeration value (baseType SFString) ["max" | "clamped-max" | "explicit"] from inputOutput SFString field named channelCountMode.
    java.lang.String getChannelInterpretation()
    Provide String enumeration value (baseType SFString) ["speakers" | "discrete"] from inputOutput SFString field named channelInterpretation.
    java.lang.String getDescription()
    Provide String value from inputOutput SFString field named description.
    boolean getEnabled()
    Provide boolean value from inputOutput SFBool field named enabled.
    float getGain()
    Provide float value from inputOutput SFFloat field named gain.
    X3DMetadataObject getMetadata()
    Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
    ChannelMerger setChannelCountMode​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("max" | "clamped-max" | "explicit") to inputOutput SFString field named channelCountMode.
    ChannelMerger setChannelInterpretation​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("speakers" | "discrete") to inputOutput SFString field named channelInterpretation.
    ChannelMerger setDescription​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    ChannelMerger setEnabled​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    ChannelMerger setGain​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named gain.
    ChannelMerger setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.