#include <torcmuxer.h>
|
static int | AVWritePacket (void *Opaque, uint8_t *Buffer, int Size) |
|
static QString | GetAVCCodec (const QByteArray &Packet) |
| Determine the 3 byte H.264 codec descriptor string. More...
|
|
Definition at line 15 of file torcmuxer.h.
TorcMuxer::TorcMuxer |
( |
const QString & |
File | ) |
|
|
explicit |
TorcMuxer::~TorcMuxer |
( |
| ) |
|
int TorcMuxer::AddDummyAudioStream |
( |
void |
| ) |
|
int TorcMuxer::AddH264Stream |
( |
int |
Width, |
|
|
int |
Height, |
|
|
int |
Profile, |
|
|
int |
Bitrate |
|
) |
| |
bool TorcMuxer::AddPacket |
( |
AVPacket * |
Packet, |
|
|
bool |
CodecConfig |
|
) |
| |
int TorcMuxer::AVWritePacket |
( |
void * |
Opaque, |
|
|
uint8_t * |
Buffer, |
|
|
int |
Size |
|
) |
| |
|
static |
void TorcMuxer::Finish |
( |
void |
| ) |
|
void TorcMuxer::FinishSegment |
( |
bool |
Init | ) |
|
QString TorcMuxer::GetAVCCodec |
( |
const QByteArray & |
Packet | ) |
|
|
static |
Determine the 3 byte H.264 codec descriptor string.
- Note
- This code is very much targetted at the output of the Raspberry Pi camera module. It may require modification for use with other devices.
Definition at line 243 of file torcmuxer.cpp.
bool TorcMuxer::IsValid |
( |
void |
| ) |
|
int TorcMuxer::WriteAVPacket |
( |
uint8_t * |
Buffer, |
|
|
int |
Size |
|
) |
| |
The documentation for this class was generated from the following files: