diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DSoundNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DSoundChannelNode" abstract="true"> <xs:annotation> <xs:appinfo> <xs:attribute name="channelCount" type="SFInt32" fixed="outputOnlyField"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Sound"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> Base type for all sound destination nodes, which represent the final destination of an audio signal and are what the user can ultimately hear. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/sound.html#X3DSoundChannelNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DSoundNode"> <xs:group ref="AudioGraphContentModel" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>input nodes (containerField=children) or ChannelSplitter output nodes (containerField=outputs)</xs:documentation> </xs:annotation> </xs:group> <xs:attribute name="channelCountMode" type="channelCountModeChoices" default="MAX"/> <xs:attribute name="channelInterpretation" type="channelInterpretationChoices" default="SPEAKERS"/> <xs:attribute name="gain" type="SFFloat" default="1"/> </xs:extension> <!--<xs:attribute name="containerField" type="containerFieldChoicesAudioGraph" default="children"/>--> </xs:complexContent> </xs:complexType> |
type | channelCountModeChoices | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xs:attribute name="channelCountMode" type="channelCountModeChoices" default="MAX"/> |
type | channelInterpretationChoices | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
source | <xs:attribute name="channelInterpretation" type="channelInterpretationChoices" default="SPEAKERS"/> |
type | SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="gain" type="SFFloat" default="1"/> |