diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DTimeDependentNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DSoundSourceNode" abstract="true"> <xs:annotation> <xs:appinfo> <!-- X3D version 4: duration_changed moved from abstract type X3DSoundSourceNode to AudioClip, MovieTexture --> <xs:attribute name="additionalInterface" type="xs:string" default="X3DSoundNode"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Sound"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> Nodes implementing X3DSoundSourceNode provide signal inputs to the audio graph. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/sound.html#X3DSoundSourceNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DTimeDependentNode"> <xs:annotation> <xs:appinfo>must define appropriate containerField in each implementing node (since AudioClip and MovieTexture are different)</xs:appinfo> </xs:annotation> <xs:attribute name="enabled" type="SFBool" default="true"/> <xs:attribute name="gain" type="SFFloat" default="1"/> </xs:extension> <!-- X3D version 4: pitch moved from abstract type X3DTimeDependentNode to AudioClip, MovieTexture --> <!--<xs:attribute name="containerField" type="containerFieldChoicesSoundSource" default="children"/>--> </xs:complexContent> </xs:complexType> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="enabled" type="SFBool" default="true"/> |
type | SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="gain" type="SFFloat" default="1"/> |