Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
4f2d0b73
Commit
4f2d0b73
authored
Jul 14, 2012
by
ylwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed documentation
parent
35d79825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
53 deletions
+0
-53
appinventor/docs/learn/reference/components/media.html
appinventor/docs/learn/reference/components/media.html
+0
-53
No files found.
appinventor/docs/learn/reference/components/media.html
View file @
4f2d0b73
...
...
@@ -38,11 +38,6 @@
Media Components
</h1>
<ul>
<li>
<a
href=
"#Camcorder"
>
Camcorder
</a>
</li>
<li>
<a
href=
"#Camera"
>
Camera
...
...
@@ -69,54 +64,6 @@
</a>
</li>
</ul>
<h2
id=
"Camcorder"
>
Camcorder
</h2>
<img
alt=
""
src=
"images/camcorder.png"
/>
<p>
Use a camcorder component to record a video on the phone.
</p>
<p>
Camcorder is a non-visible component that records a video using the device's camera.
After the video is recorded, the path to the file on the phone containing the
video is available as an argument to the AfterRecording event. The path can be
used, for example, as the source of an VideoPlayer component.
</p>
<h3>
Properties
</h3>
none
<h3>
Methods
</h3>
<dl>
<dt>
<code>
RecordVideo()
</code>
</dt>
<dd>
Opens the phone's camera to allow a video to be recorded.
</dd>
</dl>
<h3>
Events
</h3>
<dl>
<dt>
<code>
AfterRecording(Text clip)
</code>
</dt>
<dd>
Called after the video is recorded. The text argument
<code>
clip
</code>
is the
path that can be used to locate the video on the phone.
</dd>
</dl>
<h2
id=
"Camera"
>
Camera
</h2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment