go
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
bitSize
uint
bitSize
;
Size of written
data
in bits
data
ubyte
*
data
;
Allocated
data
for bit writer to write
gst
base
c
types
aliases
GstCollectDataDestroyNotify
GstCollectPadsBufferFunction
GstCollectPadsClipFunction
GstCollectPadsCompareFunction
GstCollectPadsEventFunction
GstCollectPadsFlushFunction
GstCollectPadsFunction
GstCollectPadsQueryFunction
GstDataQueueCheckFullFunction
GstDataQueueEmptyCallback
GstDataQueueFullCallback
GstTypeFindHelperGetRangeFunction
enums
GstBaseParseFrameFlags
GstBaseSrcFlags
manifest constants
BASE_TRANSFORM_SINK_NAME
BASE_TRANSFORM_SRC_NAME
structs
GstAggregator
GstAggregatorClass
GstAggregatorPad
GstAggregatorPadClass
GstBaseParse
GstBaseParseClass
GstBaseParseFrame
GstBaseSinkClass
GstBaseSrcClass
GstBaseTransformClass
GstBitReader
GstBitWriter
GstByteReader
GstByteWriter
GstCollectData
GstCollectPads
GstDataQueue
GstDataQueueClass
GstDataQueueItem
GstDataQueueSize
GstPushSrcClass
Undocumented in source.