element ChannelSplitter
diagram x3d-4.0_diagrams/x3d-4.0_p29.png
type extension of X3DSoundChannelNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString Analyser AudioClip AudioDestination BiquadFilter BufferAudioSource ChannelMerger ChannelSelector ChannelSplitter Convolver Delay DynamicsCompressor Gain ListenerPointSource MicrophoneSource MovieTexture OscillatorSource Sound SpatialSound StreamAudioDestination StreamAudioSource WaveShaper ProtoInstance
used by
groups AudioGraphContentModel ChildContentModelFull
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

                    DEF defines a unique ID name for each node, referenceable by other nodes.
               
USE  xs:IDREF        
appinfo

                    USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
               
class  xs:NMTOKENS        
appinfo

                    The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
id  xs:NMTOKEN        
appinfo

                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
style  SFString        
appinfo

                    The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
description  SFString        
enabled  SFBool    true    
channelCountMode  channelCountModeChoices    MAX    
channelInterpretation  channelInterpretationChoices    SPEAKERS    
gain  SFFloat    1    
containerField  containerFieldChoicesAudioGraph    children    
annotation
appinfo
<xs:element name="children" type="MFNode" fixed="inputOutputField" default="Analyser|AudioClip|AudioDestination|BiquadFilter|BufferAudioSource|ChannelMerger|ChannelSelector|ChannelSplitter|Convolver|Delay|DynamicsCompressor|Gain|ListenerPointSource|MicrophoneSource|MovieTexture|OscillatorSource|Sound|SpatialSound|StreamAudioDestination|StreamAudioSource|WaveShaper"/>
<xs:attribute name="outputs" type="MFNode" fixed="inputOutputField" default="X3DSoundChannelNode|X3DSoundProcessingNode|X3DSoundSourceNode">
<xs:annotation>
<xs:appinfo>
                            MFNode outputs field has same content model as MFNode inputs field, and so affected nodes have containerField="outputs" instead.
                        </xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Sound"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
source <xs:element name="ChannelSplitter">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:element name="children" type="MFNode" fixed="inputOutputField" default="Analyser|AudioClip|AudioDestination|BiquadFilter|BufferAudioSource|ChannelMerger|ChannelSelector|ChannelSplitter|Convolver|Delay|DynamicsCompressor|Gain|ListenerPointSource|MicrophoneSource|MovieTexture|OscillatorSource|Sound|SpatialSound|StreamAudioDestination|StreamAudioSource|WaveShaper"/>
     
<xs:attribute name="outputs" type="MFNode" fixed="inputOutputField" default="X3DSoundChannelNode|X3DSoundProcessingNode|X3DSoundSourceNode">
       
<xs:annotation>
         
<xs:appinfo>
                            MFNode outputs field has same content model as MFNode inputs field, and so affected nodes have containerField="outputs" instead.
                       
</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Sound"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/sound.html#ChannelSplitter"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DSoundChannelNode">
       
<xs:attribute name="containerField" type="containerFieldChoicesAudioGraph" default="children"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute ChannelSplitter/@containerField
type containerFieldChoicesAudioGraph
properties
default children
facets
Kind Value Annotation
enumeration children
appinfo
provide inputs to parent (X3DSoundChannelNode, X3DSoundDestinationNode, X3DSoundProcessingNode) as part of audio graph, otherwise standalone as childe in scene graph
enumeration outputs
appinfo
parent node is ChannelSplitter, which is providing single-channel signal input to this node
enumeration source
appinfo
parent node is Sound node: legacy X3D3 SFNode source is allowed content model (AudioClip or MovieTexture only), prefer X3D4 MFNode children.
source <xs:attribute name="containerField" type="containerFieldChoicesAudioGraph" default="children"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy