libmpd++
DASH MPD parsing and manipulation library
 
Loading...
Searching...
No Matches
Codecs.hh File Reference
#include <iostream>
#include <list>
#include <optional>
#include <string>
#include "macros.hh"
Include dependency graph for Codecs.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  com::bbc::libmpdpp::Codecs
 
class  com::bbc::libmpdpp::Codecs::Encoding
 

Namespaces

namespace  com
 
namespace  com::bbc
 
namespace  com::bbc::libmpdpp
 

Functions

std::ostream & operator<< (std::ostream &os, const com::bbc::libmpdpp ::Codecs::Encoding &enc)
 
std::ostream & operator<< (std::ostream &os, const com::bbc::libmpdpp ::Codecs &codecs)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & os,
const com::bbc::libmpdpp ::Codecs & codecs )

Stream output operator for Codecs

This will convert the Codecs to a string and append it to the os output stream.

Parameters
osThe stream to output the Codecs to.
codecsThe Codecs to output.
Returns
The os stream.
See also
Codecs::operator std::string()

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & os,
const com::bbc::libmpdpp ::Codecs::Encoding & enc )

Stream output operator for Codecs::Encoding

This will convert the Encoding to a string and append it to the os output stream.

Parameters
osThe stream to output the Encoding to.
encThe Encoding to output.
Returns
The os stream.
See also
Codecs::Encoding::operator std::string()