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
9c0003f7
Commit
9c0003f7
authored
Jul 18, 2012
by
Jeffrey I. Schiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation on Camcorder.java
Change-Id: Ie79734f6ba20a8ef3676c262028514627a1e7879
parent
6008ee02
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
112 additions
and
114 deletions
+112
-114
appinventor/components/src/com/google/appinventor/components/runtime/Camcorder.java
.../com/google/appinventor/components/runtime/Camcorder.java
+112
-114
No files found.
appinventor/components/src/com/google/appinventor/components/runtime/Camcorder.java
View file @
9c0003f7
...
@@ -26,14 +26,14 @@ import java.util.Date;
...
@@ -26,14 +26,14 @@ import java.util.Date;
*/
*/
@DesignerComponent
(
version
=
YaVersion
.
CAMCORDER_COMPONENT_VERSION
,
@DesignerComponent
(
version
=
YaVersion
.
CAMCORDER_COMPONENT_VERSION
,
description
=
"A component to record a video using the device's camcorder."
+
description
=
"A component to record a video using the device's camcorder."
+
"After the video is recorded, the name of the file on the phone "
+
"After the video is recorded, the name of the file on the phone "
+
"containing the clip is available as an argument to the "
+
"containing the clip is available as an argument to the "
+
"AfterRecording event. The file name can be used, for example, to set "
+
"AfterRecording event. The file name can be used, for example, to set "
+
"the source property of a VideoPlayer component."
,
"the source property of a VideoPlayer component."
,
category
=
ComponentCategory
.
MEDIA
,
category
=
ComponentCategory
.
MEDIA
,
nonVisible
=
true
,
nonVisible
=
true
,
iconName
=
"images/camcorder.png"
)
iconName
=
"images/camcorder.png"
)
@SimpleObject
@SimpleObject
public
class
Camcorder
extends
AndroidNonvisibleComponent
public
class
Camcorder
extends
AndroidNonvisibleComponent
implements
ActivityResultListener
,
Component
{
implements
ActivityResultListener
,
Component
{
...
@@ -146,5 +146,3 @@ public class Camcorder extends AndroidNonvisibleComponent
...
@@ -146,5 +146,3 @@ public class Camcorder extends AndroidNonvisibleComponent
EventDispatcher
.
dispatchEvent
(
this
,
"AfterRecording"
,
clip
);
EventDispatcher
.
dispatchEvent
(
this
,
"AfterRecording"
,
clip
);
}
}
}
}
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