Uses of Class
org.gstreamer.lowlevel.GstAPI.GstSegmentStruct

Packages that use GstAPI.GstSegmentStruct
org.gstreamer.elements   
org.gstreamer.io   
org.gstreamer.lowlevel   
 

Uses of GstAPI.GstSegmentStruct in org.gstreamer.elements
 

Methods in org.gstreamer.elements with parameters of type GstAPI.GstSegmentStruct
protected  boolean CustomSrc.srcSeek(GstAPI.GstSegmentStruct segment)
           
 

Uses of GstAPI.GstSegmentStruct in org.gstreamer.io
 

Methods in org.gstreamer.io with parameters of type GstAPI.GstSegmentStruct
protected  boolean ReadableByteChannelSrc.srcSeek(GstAPI.GstSegmentStruct segment)
           
 

Uses of GstAPI.GstSegmentStruct in org.gstreamer.lowlevel
 

Fields in org.gstreamer.lowlevel declared as GstAPI.GstSegmentStruct
 GstAPI.GstSegmentStruct BaseAPI.GstBaseSrcStruct.segment
           
 GstAPI.GstSegmentStruct BaseAPI.GstBaseSinkStruct.segment
           
 

Methods in org.gstreamer.lowlevel with parameters of type GstAPI.GstSegmentStruct
 boolean BaseAPI.Seek.callback(BaseSrc src, GstAPI.GstSegmentStruct segment)