TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
Definition of a generic block of bytes. More...
Classes | |
class | ts::ByteBlock |
Definition of a generic block of bytes. More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Typedefs | |
using | ts::ByteBlockList = std::list< ByteBlock > |
List of ByteBlock. | |
using | ts::ByteBlockPtr = std::shared_ptr< ByteBlock > |
Safe pointer for ByteBlock. | |
using | ts::ByteBlockVector = std::vector< ByteBlock > |
Vector of ByteBlock. | |
Functions | |
std::ostream & | operator<< (std::ostream &strm, const ts::ByteBlock &bb) |
Output operator for ts::ByteBlock on standard binary streams. | |
std::istream & | operator>> (std::istream &strm, ts::ByteBlock &bb) |
Input operator for ts::ByteBlock from standard binary streams. | |
Definition of a generic block of bytes.
|
inline |
Output operator for ts::ByteBlock on standard binary streams.
[in,out] | strm | A standard stream in binary output mode. |
[in] | bb | A byte block. |
|
inline |
Input operator for ts::ByteBlock from standard binary streams.
[in,out] | strm | A standard stream in binary input mode. |
[out] | bb | A byte block. |