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

源代码在线查看: scinfo.html

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

相关代码

				





: Class  SCInfo












  
      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  SCInfo

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



public final class SCInfoextends java.lang.Object














Field Summary



 int
dataSize


          The actual number of bytes in the handle that is the compressed data.



 QTHandleRef
imageData


          The compressed image data of a frame



 short
notSyncFlag


          Indicates whether the frame is a key frame.


 






Constructor Summary


SCInfo(QTHandleRef imageData,
       int dataSize,
       short nSyncFlag)


           


 





Methods inherited from class java.lang.Object


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


 








Field Detail




imageData

public QTHandleRef imageData

The compressed image data of a frame



dataSize

public int dataSize

The actual number of bytes in the handle that is the compressed data.
 This may be less than the handle's actual size, in which case only
 the bytes up to this size are valid compressed data.



notSyncFlag

public short notSyncFlag

Indicates whether the frame is a key frame.







Constructor Detail




SCInfo

public SCInfo(QTHandleRef imageData,
              int dataSize,
              short nSyncFlag)















  
      Overview 
      Package 
    Class 
      Use 
      Tree 
      Deprecated 
      Index 
      Help 
  









 PREV CLASS 
 NEXT CLASS

  FRAMES   
 NO FRAMES



  SUMMARY:  INNER | FIELD | CONSTR | METHOD

DETAIL:  FIELD | CONSTR | METHOD








			

相关资源