mlt 0.7.6
Data Structures | Functions

mlt_profile.h File Reference

video output definition More...

#include "mlt_types.h"

Go to the source code of this file.

Data Structures

struct  mlt_profile_s
 Profile class. More...

Functions

mlt_profile mlt_profile_clone (mlt_profile profile)
void mlt_profile_close (mlt_profile profile)
double mlt_profile_dar (mlt_profile profile)
double mlt_profile_fps (mlt_profile profile)
void mlt_profile_from_producer (mlt_profile profile, mlt_producer producer)
mlt_profile mlt_profile_init (const char *name)
mlt_properties mlt_profile_list ()
mlt_profile mlt_profile_load_file (const char *file)
mlt_profile mlt_profile_load_properties (mlt_properties properties)
mlt_profile mlt_profile_load_string (const char *string)
double mlt_profile_sar (mlt_profile profile)

Detailed Description

video output definition

See also:
mlt_profile_s

Copyright (C) 2007-2009 Ushodaya Enterprises Limited

Author:
Dan Dennedy <dan@dennedy.org>

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Function Documentation

mlt_profile mlt_profile_clone ( mlt_profile  profile)
void mlt_profile_close ( mlt_profile  profile)
double mlt_profile_dar ( mlt_profile  profile)
double mlt_profile_fps ( mlt_profile  profile)
void mlt_profile_from_producer ( mlt_profile  profile,
mlt_producer  producer 
)
mlt_profile mlt_profile_init ( const char *  name)
mlt_properties mlt_profile_list ( )
mlt_profile mlt_profile_load_file ( const char *  file)
mlt_profile mlt_profile_load_properties ( mlt_properties  properties)
mlt_profile mlt_profile_load_string ( const char *  string)
double mlt_profile_sar ( mlt_profile  profile)
TWiki Appliance - Powered by TurnKey Linux