~ubuntu-branches/ubuntu/lucid/ming/lucid

« back to all changes in this revision

Viewing changes to docs/libming/SWFMovie_setSoundStream.html

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-02-11 10:57:41 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100211105741-lzpmxc0703c4bo1w
Tags: 1:0.4.3-1ubuntu1
* Merge from Debian unstable (LP: #192664), remaining changes:
  - Python 2.6 transition:
    - debian/rules:
      + Include /usr/share/python/python.mk.
      + Add py_setup_install_args macro to setup.py install.
      + Installed modules differ between python versions and can't be shared,
        use DH_PYCENTRAL=nomove.
    - Remove unnecessary debian/python-ming.{dirs,files}, Python 2.3 is not
      supported anymore.
* debian/control: separate dependencies by commas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
 
2
<!DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
 
3
<header>
 
4
<title>SWFMovie_setSoundStream - Includes streaming sound to a movie.</title>
 
5
</header>
 
6
<body>
 
7
<h1>NAME</h1>
 
8
SWFMovie_setSoundStream - Includes streaming sound to a movie.
 
9
<h1>SYNOPSIS</h1>
 
10
<pre>#include &lt;ming.h&gt;
 
11
 
 
12
void SWFMovie_setSoundStream
 
13
(
 
14
        SWFMovie movie,
 
15
        SWFSoundStream stream
 
16
);
 
17
</pre>
 
18
<h1>PARAMETERS</h1>
 
19
<dl><dt>
 
20
SWFMovie movie<dd>
 
21
Not Documented.
 
22
<dt>
 
23
SWFSoundStream stream<dd>
 
24
Not Documented.
 
25
</dl>
 
26
<h1>DESCRIPTION</h1>
 
27
Streaming (embedded) sound is played in sync with movie frames.
 
28
See also SWFMovie_setSoundStreamAt, newSWFSoundStream.
 
29
 
 
30
</body>