VideoMetaData

Kind of class: public class
Package:
Inherits from:
  • none
Classpath: org.asaplibrary.ui.video.VideoMetaData
File last modified: Wednesday, 11 May 2011, 18:47:59
metadate is dispatched when Flash Player receives descriptive information embedded in the video being played this class converts untyped info object into typed data

Summary

Constructor
Instance properties
  • 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
Instance methods

Constructor

VideoMetaData

function VideoMetaData(inData:Object)

Constructor.

Parameters
data:Object to parse, this should be a raw NetStream.onMetaData data object.

Instance properties

audiocodecid

audiocodecid:Number(read,write)

A number that indicates the audio codec (code/decode technique) that was used

audiodatarate

audiodatarate:Number(read,write)

A number that indicates the rate at which audio was encoded, in kilobytes per second

audiodelay

audiodelay:Number(read,write)

A number that indicates what time in the FLV file "time 0" of the original FLV file exists

canSeekToEnd

canSeekToEnd:Boolean(read,write)

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

duration:Number(read,write)

A number that specifies the duration of the FLV file, in seconds

framerate

framerate:Number(read,write)

A number that is the frame rate of the FLV file

height

height:Number(read,write)

A number that is the height of the FLV file, in pixels

videocodecid

videocodecid:Number(read,write)

A number that is the codec version that was used to encode the video

videodatarate

videodatarate:Number(read,write)

A number that is the video data rate of the FLV file

width

width:Number(read,write)

A number that is the width of the FLV file, in pixels

Instance methods

toString

function toString() : String