Type Definition gstreamer::Segment [−][src]
type Segment = FormattedSegment<GenericFormattedValue>;
Methods
impl Segment[src]
impl Segmentpub fn reset_with_format(&mut self, format: Format)[src]
pub fn reset_with_format(&mut self, format: Format)pub fn set_format(&mut self, format: Format)[src]
pub fn set_format(&mut self, format: Format)pub fn downcast<T: FormattedValue>(self) -> Result<FormattedSegment<T>, Self>[src]
pub fn downcast<T: FormattedValue>(self) -> Result<FormattedSegment<T>, Self>pub fn downcast_ref<T: FormattedValue>(&self) -> Option<&FormattedSegment<T>>[src]
pub fn downcast_ref<T: FormattedValue>(&self) -> Option<&FormattedSegment<T>>pub fn downcast_mut<T: FormattedValue>(
&mut self
) -> Option<&mut FormattedSegment<T>>[src]
pub fn downcast_mut<T: FormattedValue>(
&mut self
) -> Option<&mut FormattedSegment<T>>Trait Implementations
impl<T: FormattedValue> AsRef<Segment> for FormattedSegment<T>[src]
impl<T: FormattedValue> AsRef<Segment> for FormattedSegment<T>