MLT  7.24.0
Data Structures | Functions
mlt_playlist.c File Reference

playlist service class More...

#include "mlt_playlist.h"
#include "mlt_factory.h"
#include "mlt_field.h"
#include "mlt_frame.h"
#include "mlt_log.h"
#include "mlt_multitrack.h"
#include "mlt_tractor.h"
#include "mlt_transition.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Data Structures

struct  playlist_entry_s
 Virtual playlist entry used by mlt_playlist_s. More...
 

Functions

static mlt_producer blank_producer (mlt_playlist self)
 
mlt_playlist mlt_playlist_alloc ()
 
static int mlt_playlist_resize_mix (mlt_playlist self, int clip, int in, int out)
 
static int mlt_playlist_unmix (mlt_playlist self, int clip)
 
static int producer_get_frame (mlt_producer producer, mlt_frame_ptr frame, int index)
 

Detailed Description

playlist service class

See also
mlt_playlist_s

Copyright (C) 2003-2023 Meltytech, LLC

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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Function Documentation

◆ blank_producer()

mlt_producer blank_producer ( mlt_playlist  self)
static

◆ mlt_playlist_alloc()

mlt_playlist mlt_playlist_alloc ( )

◆ mlt_playlist_resize_mix()

static int mlt_playlist_resize_mix ( mlt_playlist  self,
int  clip,
int  in,
int  out 
)
static

◆ mlt_playlist_unmix()

static int mlt_playlist_unmix ( mlt_playlist  self,
int  clip 
)
static

◆ producer_get_frame()

static int producer_get_frame ( mlt_producer  producer,
mlt_frame_ptr  frame,
int  index 
)
static