Interface StreamAudioDestination

All Superinterfaces:
X3DChildNode, X3DNode, X3DSoundDestinationNode, X3DSoundNode
All Known Implementing Classes:
StreamAudioDestination

public interface StreamAudioDestination
extends X3DSoundDestinationNode
StreamAudioDestination node represents the final audio destination via a media stream.

X3D node tooltip: (X3D version 4.0 draft) [X3DSoundDestinationNode] StreamAudioDestination node represents the final audio destination via a media stream.
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: StreamAudioDestination, X3D Tooltips: StreamAudioDestination, 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.
    java.lang.String getId()
    Provide String value from outputOnly SFString field named id.
    boolean getIsActive()
    Provide boolean value from outputOnly SFBool field named isActive.
    java.lang.String getMediaDeviceID()
    Provide String value from outputOnly SFString field named mediaDeviceID.
    X3DMetadataObject getMetadata()
    Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
    StreamAudioDestination setChannelCountMode​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("max" | "clamped-max" | "explicit") to inputOutput SFString field named channelCountMode.
    StreamAudioDestination setChannelInterpretation​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("speakers" | "discrete") to inputOutput SFString field named channelInterpretation.
    StreamAudioDestination setDescription​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    StreamAudioDestination setEnabled​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    StreamAudioDestination setGain​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named gain.
    StreamAudioDestination setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.