VideoMetaData
Kind of class: | public class |
---|---|
Package: | |
Inherits from: |
|
Classpath: | org.asaplibrary.ui.video.VideoMetaData |
File last modified: | Wednesday, 11 May 2011, 18:47:59 |
Summary
-
VideoMetaData
(inData:Object)
- Constructor.
-
audiocodecid
: Number
- A number that indicates the audio codec (code/decode technique) that was used
-
audiodatarate
: Number
- A number that indicates the rate at which audio was encoded, in kilobytes per second
-
audiodelay
: Number
- A number that indicates what time in the FLV file "time 0" of the original FLV file exists
-
canSeekToEnd
: Boolean
- A Boolean value that is true if the FLV file is encoded with a keyframe on the last frame that allows seeking to the end of a progressive download movie clip
-
duration
: Number
- A number that specifies the duration of the FLV file, in seconds
-
framerate
: Number
- A number that is the frame rate of the FLV file
-
height
: Number
- A number that is the height of the FLV file, in pixels
-
videocodecid
: Number
- A number that is the codec version that was used to encode the video
-
videodatarate
: Number
- A number that is the video data rate of the FLV file
-
width
: Number
- A number that is the width of the FLV file, in pixels
- toString () : String
Constructor
VideoMetaData
Constructor.
Instance properties
audiocodecid
A number that indicates the audio codec (code/decode technique) that was used
audiodatarate
A number that indicates the rate at which audio was encoded, in kilobytes per second
audiodelay
A number that indicates what time in the FLV file "time 0" of the original FLV file exists
canSeekToEnd
A Boolean value that is true if the FLV file is encoded with a keyframe on the last frame that allows seeking to the end of a progressive download movie clip
duration
A number that specifies the duration of the FLV file, in seconds
framerate
A number that is the frame rate of the FLV file
height
A number that is the height of the FLV file, in pixels
videocodecid
A number that is the codec version that was used to encode the video
videodatarate
A number that is the video data rate of the FLV file
width
A number that is the width of the FLV file, in pixels