Struct x264::Picture[][src]

pub struct Picture { /* fields omitted */ }

Output information about an encoded frame.

Methods

impl Picture
[src]

Whether the picture is a keyframe.

The presentation timestamp.

The decoding timestamp.

Auto Trait Implementations

impl !Send for Picture

impl !Sync for Picture