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

源代码在线查看: decompressor.html

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

相关代码

				





: Class  Decompressor












  
      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.image

Class  Decompressor

java.lang.Object
  |
  +--quicktime.QTObject
        |
        +--quicktime.std.comp.ComponentIdentifier
              |
              +--quicktime.std.image.CodecComponent
                    |
                    +--quicktime.std.image.Decompressor


All Implemented Interfaces: InterfaceLib, PrimitivesLib, QuickTimeLib, SharedLibrary, com.apple.jdirect.SharedLibrary



public final class Decompressorextends CodecComponentimplements QuickTimeLib


Corresponds to the Decompressor component type
 Refer to DecompressorComponent in QuickTime
 












Fields inherited from class quicktime.std.image.CodecComponent


anyCodec, bestCompressionCodec, bestFidelityCodec, bestSpeedCodec


 


Fields inherited from interface quicktime.jdirect.QuickTimeLib


JDirect_MacOSX, libraryInstance, name


 









Method Summary



static Decompressor
findCodec(int cType,
          CodecComponent specCodec)


          determines which of the installed decompressors has been chosen to field requests
 made using one of the special compressor identifiers.


 


Methods inherited from class quicktime.std.image.CodecComponent


fromSpatialSettings


 


Methods inherited from class quicktime.std.comp.ComponentIdentifier


find, find, getInfo, toString


 


Methods inherited from class quicktime.QTObject


disposeQTObject, equals, ID


 


Methods inherited from class java.lang.Object


getClass, hashCode, notify, notifyAll, wait, wait, wait


 














Method Detail




findCodec

public static Decompressor findCodec(int cType,
                                     CodecComponent specCodec)
                              throws StdQTException

determines which of the installed decompressors has been chosen to field requests
 made using one of the special compressor identifiers.
	   see QuickTime::FindCodec 



Parameters:cType - specifies the CodecComponent class.specCodec - contains a special identifier value.












  
      Overview 
      Package 
    Class 
      Use 
      Tree 
      Deprecated 
      Index 
      Help 
  









 PREV CLASS 
 NEXT CLASS

  FRAMES   
 NO FRAMES



  SUMMARY:  INNER | FIELD | CONSTR | METHOD

DETAIL:  FIELD | CONSTR | METHOD








			

相关资源