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 BaseSinkAPI.GstBaseSinkStruct.segment
           
 GstAPI.GstSegmentStruct BaseSrcAPI.GstBaseSrcStruct.segment
           
 GstAPI.GstSegmentStruct BaseTransformAPI.GstBaseTransformStruct.segment
           
 

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