Top | ![]() |
![]() |
![]() |
![]() |
GtuberAdaptiveStream *
gtuber_adaptive_stream_new (void
);
Creates a new GtuberAdaptiveStream instance.
This is mainly useful for plugin development.
void gtuber_adaptive_stream_set_manifest_type (GtuberAdaptiveStream *stream
,GtuberAdaptiveStreamManifest type
);
Sets the adaptive stream manifest type.
This is mainly useful for plugin development.
void gtuber_adaptive_stream_set_init_range (GtuberAdaptiveStream *stream
,guint64 start
,guint64 end
);
Sets the byte range of stream initialization segment.
void gtuber_adaptive_stream_set_index_range (GtuberAdaptiveStream *stream
,guint64 start
,guint64 end
);
Sets the byte range of stream media segment.