~ubuntu-branches/ubuntu/utopic/gpac/utopic-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
InitialObjectDescriptor {
  objectDescriptorID 1
  ODProfileLevelIndication 0x01
  sceneProfileLevelIndication 0x01
  audioProfileLevelIndication 0xFF
  visualProfileLevelIndication 0xFE
  graphicsProfileLevelIndication 0x01

  esdescr [
    ES_Descriptor {
      es_id 1
      decConfigDescr DecoderConfigDescriptor {
				streamType 3
				decSpecificInfo BIFSConfig {
				  isCommandStream true
				  pixelMetric FALSE
				  pixelWidth 320
				  pixelHeight 240
				}
      }
    }
    ES_Descriptor {
      es_id 2
      decConfigDescr DecoderConfigDescriptor {
				streamType 1
			}
    }
  ]
}

Group { 
 children [

  WorldInfo {
   title "Sound Test"
   info ["This shows Sound node" "with distance volume control" "" "GPAC Regression Tests" "$Date: 2007/07/27 09:46:10 $ - $Revision: 1.3 $" "(C) 2002-2004 GPAC Team"]
  }

  Sound { 
  	location 0 0 1
  	spatialize FALSE
   source AudioClip { 
    url [ "od:10" ]
    loop TRUE
   }
  }
  
  Transform {
   children [
    Shape {
     appearance Appearance {
      material Material { diffuseColor 1 0 0 }
     }
     geometry Box { size 2 2 2}
    }
   ]
  }
 ]
}

AT 0 {
	UPDATE OD [
		ObjectDescriptor {
		  objectDescriptorID  10
		  esDescr [
		    ES_Descriptor {
		      ES_ID 20
		      OCR_ES_ID 20
		      muxInfo MuxInfo {
		       fileName "./auxiliary_files/count_english.mp3"
		      }
		    }
		  ]
		}
	]
}