gtk-d ~master (2021-11-11T18:52:04Z)
Home
Dub
Repo
GstBitWriter
gst
base
c
types
Undocumented in source.
struct
GstBitWriter {
ubyte
*
data
;
uint
bitSize
;
uint
bitCapacity
;
bool
autoGrow
;
bool
owned
;
void
*[
4
]
GstReserved
;
}
Members
Variables
GstReserved
void
*[
4
]
GstReserved
;
Undocumented in source.
autoGrow
bool
autoGrow
;
Undocumented in source.
bitCapacity
uint
bitCapacity
;
Undocumented in source.
bitSize
uint
bitSize
;
Size of written @data in bits
data
ubyte
*
data
;
Allocated @data for bit writer to write
owned
bool
owned
;
Undocumented in source.
Meta
Source
See Implementation
gst
base
c
types
aliases
BaseParseFrameFlags
BaseSrcFlags
CollectPadsStateFlags
GST_BASE_PARSE_FLAG_DRAINING
GST_BASE_PARSE_FLAG_LOST_SYNC
GST_BASE_TRANSFORM_SINK_NAME
GST_BASE_TRANSFORM_SRC_NAME
GstCollectDataDestroyNotify
GstCollectPadsBufferFunction
GstCollectPadsClipFunction
GstCollectPadsCompareFunction
GstCollectPadsEventFunction
GstCollectPadsFlushFunction
GstCollectPadsFunction
GstCollectPadsQueryFunction
GstDataQueueCheckFullFunction
GstDataQueueEmptyCallback
GstDataQueueFullCallback
GstTypeFindHelperGetRangeFunction
enums
GstBaseParseFrameFlags
GstBaseSrcFlags
GstCollectPadsStateFlags
manifest constants
BASE_PARSE_FLAG_DRAINING
BASE_PARSE_FLAG_LOST_SYNC
BASE_TRANSFORM_SINK_NAME
BASE_TRANSFORM_SRC_NAME
structs
GstAdapter
GstAdapterClass
GstAggregator
GstAggregatorClass
GstAggregatorPad
GstAggregatorPadClass
GstAggregatorPadPrivate
GstAggregatorPrivate
GstBaseParse
GstBaseParseClass
GstBaseParseFrame
GstBaseParsePrivate
GstBaseSink
GstBaseSinkClass
GstBaseSinkPrivate
GstBaseSrc
GstBaseSrcClass
GstBaseSrcPrivate
GstBaseTransform
GstBaseTransformClass
GstBaseTransformPrivate
GstBitReader
GstBitWriter
GstByteReader
GstByteWriter
GstCollectData
GstCollectDataPrivate
GstCollectPads
GstCollectPadsClass
GstCollectPadsPrivate
GstDataQueue
GstDataQueueClass
GstDataQueueItem
GstDataQueuePrivate
GstDataQueueSize
GstFlowCombiner
GstPushSrc
GstPushSrcClass
GstQueueArray