libmpd++
DASH MPD parsing and manipulation library
 
Loading...
Searching...
No Matches
SegmentAvailability.hh File Reference
#include <chrono>
#include <iostream>
#include <optional>
#include "macros.hh"
#include "URI.hh"
Include dependency graph for SegmentAvailability.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::SegmentAvailability
 
struct  std::hash< com::bbc::libmpdpp ::SegmentAvailability >
 

Namespaces

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

Functions

std::ostream & operator<< (std::ostream &os, const com::bbc::libmpdpp ::SegmentAvailability &s)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const com::bbc::libmpdpp ::SegmentAvailability & s )

Output streaming operator for SegmentAvailability objects

This will stream a textual representation of a SegmentAvailability object.

Parameters
osThe output stream to add the textual repesentation to.
sThe SegmentAvailability object to output.
Returns
os