Home | History | Annotate | Download | only in mkvparser

Lines Matching defs:Info

952         if (id == 0x0549A966)  //Segment Info ID

4669 Info& info = const_cast<Info&>(m_info);
4670 info.Clear();
4683 Track::Info::Info():
4692 Track::Info::~Info()
4697 void Track::Info::Clear()
4713 int Track::Info::CopyStr(char* Info::*str, Info& dst_) const
4715 if (str == static_cast<char* Info::*>(NULL))
4741 int Track::Info::Copy(Info& dst) const
4754 //can fail (indeed, that's why we have Info::Copy), so we must
4758 if (int status = CopyStr(&Info::nameAsUTF8, dst))
4761 if (int status = CopyStr(&Info::codecId, dst))
4764 if (int status = CopyStr(&Info::codecNameAsUTF8, dst))
5143 const Info& i,
5381 const Info& i,
5725 Track::Info i;