Struct rsmpeg::avfilter::AVFilterGraph[][src]

pub struct AVFilterGraph { /* fields omitted */ }

Implementations

Safety

This function should only be called when the pointer is valid and the data it’s pointing to can be dropped.

Safety

This function should only be called when the pointer is valid and the data it’s pointing to can be dropped.

Allocate a filter graph.

Add a graph described by a string to a AVFilterGraph.

This function returns the inputs and outputs (if any) that are left unlinked after parsing the graph and the caller then deals with them.

Check validity and configure all the links and formats in the graph.

Create and add a AVFilter instance into an existing AVFilterGraph. The filter instance is created from the filter and inited with the parameter args.

Trait Implementations

Returns the “default value” for a type. Read more

The resulting type after dereferencing.

Dereferences the value.

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.