Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QFFmpeg::CodecIterator Class Reference

#include <qffmpegcodec_p.h>

Collaboration diagram for QFFmpeg::CodecIterator:

Public Member Functions

CodecIteratoroperator++ () noexcept
Codec operator* () const noexcept
bool operator!= (const CodecIterator &other) const noexcept

Static Public Member Functions

static CodecIterator begin ()
static CodecIterator end ()

Detailed Description

Definition at line 58 of file qffmpegcodec_p.h.

Member Function Documentation

◆ begin()

CodecIterator QFFmpeg::CodecIterator::begin ( )
static

Definition at line 269 of file qffmpegcodec.cpp.

◆ end()

CodecIterator QFFmpeg::CodecIterator::end ( )
static

Definition at line 276 of file qffmpegcodec.cpp.

◆ operator!=()

bool QFFmpeg::CodecIterator::operator!= ( const CodecIterator & other) const
nodiscardnoexcept

Definition at line 294 of file qffmpegcodec.cpp.

◆ operator*()

Codec QFFmpeg::CodecIterator::operator* ( ) const
nodiscardnoexcept

Definition at line 288 of file qffmpegcodec.cpp.

References QFFmpeg::Codec::Codec().

Here is the call graph for this function:

◆ operator++()

CodecIterator & QFFmpeg::CodecIterator::operator++ ( )
noexcept

Definition at line 281 of file qffmpegcodec.cpp.


The documentation for this class was generated from the following files: