这个是java的quicktime for java 的详细使用文档

源代码在线查看: movieimportinfo.html

软件大小: 3122 K
上传用户: Rebecca_SYF
关键词: java quicktime for 文档
下载地址: 免注册下载 普通下载 VIP

相关代码

				





: Class  MovieImportInfo












  
      Overview 
      Package 
    Class 
      Use 
      Tree 
      Deprecated 
      Index 
      Help 
  









 PREV CLASS 
 NEXT CLASS

  FRAMES   
 NO FRAMES



  SUMMARY:  INNER | FIELD | CONSTR | METHOD

DETAIL:  FIELD | CONSTR | METHOD








quicktime.std.qtcomponents

Class  MovieImportInfo

java.lang.Object
  |
  +--quicktime.std.qtcomponents.MovieImportInfo



public final class MovieImportInfoextends java.lang.Object


MovieImportInfo contains information for the movie import component.
 The results returned from querying a movie import component using a movie, a data reference and time values. 
 
















Constructor Summary


MovieImportInfo(Track t,
                int timeVal,
                int f)


          Creates a MovieImportInfo object containing given data.


 






Method Summary



 int
getDuration()


          returns the addedDuration from the movie import component withFile method



 int
getFlags()


          returns the outflags from the movie import component withFile method



 Track
track()


          returns the referenced track(usedTrack) from the movie import component withFile method


 


Methods inherited from class java.lang.Object


equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait


 











Constructor Detail




MovieImportInfo

public MovieImportInfo(Track t,
                       int timeVal,
                       int f)

Creates a MovieImportInfo object containing given data.
Parameters:t - The used track result from movie import withFile/withHandle method.timeVal - The time value duration result from movie import withFile/withHandle method.flags - The status flags result from movie import withFile/withHandle method.









Method Detail




track

public Track track()

returns the referenced track(usedTrack) from the movie import component withFile method



getDuration

public int getDuration()

returns the addedDuration from the movie import component withFile method



getFlags

public int getFlags()

returns the outflags from the movie import component withFile method










  
      Overview 
      Package 
    Class 
      Use 
      Tree 
      Deprecated 
      Index 
      Help 
  









 PREV CLASS 
 NEXT CLASS

  FRAMES   
 NO FRAMES



  SUMMARY:  INNER | FIELD | CONSTR | METHOD

DETAIL:  FIELD | CONSTR | METHOD








			

相关资源