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
fn as_raw_RawVideoSource(&self) -> *const c_void
Provided methods
fn format(&self) -> Result<FormatInfo>
fn format(&self) -> Result<FormatInfo>
Returns information about video file format.