Trait opencv::hub_prelude::RawVideoSourceConst[][src]

pub trait RawVideoSourceConst {
    fn as_raw_RawVideoSource(&self) -> *const c_void;

    fn format(&self) -> Result<FormatInfo> { ... }
}
Expand description

Interface for video demultiplexing. :

User can implement own demultiplexing by implementing this interface.

Required methods

Provided methods

Returns information about video file format.

Implementors