Peragro-AT
 All Classes Namespaces Functions Pages
Public Member Functions | Public Attributes | List of all members
damn_at.transcoder.Transcoder Class Reference
Inheritance diagram for damn_at.transcoder.Transcoder:
Inheritance graph
[legend]
Collaboration diagram for damn_at.transcoder.Transcoder:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def get_target_mimetypes
 
def get_target_mimetype
 
def parse_options
 
def get_paths
 
def transcode
 

Public Attributes

 transcoders
 
 target_mimetypes
 
 target_mimetypes_transcoders
 

Detailed Description

Analyze files and tries to find known assets types in it.

Member Function Documentation

def damn_at.transcoder.Transcoder.get_paths (   self,
  asset_id,
  target_mimetype,
  options 
)
 

Here is the call graph for this function:

def damn_at.transcoder.Transcoder.get_target_mimetype (   self,
  src_mimetype,
  mimetype,
  options 
)
 
def damn_at.transcoder.Transcoder.get_target_mimetypes (   self)
Returns a list of supported mimetypes, 'handled_types' of all analyzers

:rtype: map<string, list<TargetMimetype>>
def damn_at.transcoder.Transcoder.parse_options (   self,
  src_mimetype,
  target_mimetype,
  options 
)
 

Here is the call graph for this function:

def damn_at.transcoder.Transcoder.transcode (   self,
  file_descr,
  asset_id,
  target_mimetype,
  options 
)
Transcode the given AssetId in FileDescription to the specified mimetype

:rtype: list<string> file paths

Here is the call graph for this function:


The documentation for this class was generated from the following file: