Toggle navigation
API References
GStreamer core
GStreamer Libraries
GStreamer Plugins
Application manual
Tutorials
gstreamer_
video
0.23.5
IsVideo
Frame
Required Methods
as_raw
Implementors
In gstreamer_
video::
video_
frame
gstreamer_video
::
video_frame
Trait
IsVideoFrame
Copy item path
Source
pub trait IsVideoFrame { // Required method fn
as_raw
(&self) -> &
GstVideoFrame
; }
Required Methods
§
Source
fn
as_raw
(&self) -> &
GstVideoFrame
Implementors
§
Source
§
impl<T>
IsVideoFrame
for
VideoFrame
<T>
Source
§
impl<T>
IsVideoFrame
for
VideoFrameRef
<T>