A class to read every SDP attribute for a given session. More...
#include <PvSessionInfoSDP.h>
Public Member Functions | |
| virtual | ~PvSessionInfoSDP () |
| Virtual destructor. | |
| PvSessionInfoSDP * | Copy () const |
| Copies the PvSessionInfoSDP. More... | |
| uint32_t | GetSessionID () const |
| Gets the session identifier. More... | |
| uint32_t | GetSessionVersion () const |
| Gets the SDP version (starts at 0). More... | |
| std::string | GetSessionName () const |
| Gets the session name. More... | |
| std::string | GetSessionInfo () const |
| Gets all the information about the session. More... | |
| PvString | GetConnectionIP () const |
| Gets the IP to connect to the session. More... | |
| PvString | GetMediaType () const |
| Gets the media type (typically video). More... | |
| uint16_t | GetMediaTransportPort () const |
| Gets the port to which the media is sent. More... | |
| PvString | GetMediaSampling () const |
| Gets the sampling (e.g. RGB). More... | |
| uint16_t | GetMediaDepth () const |
| Gets the depth of each sample (e.g. 8 bits). More... | |
| PvString | GetMediaColorimetry () const |
| Gets the colorimetry. More... | |
| uint32_t | GetMediaWidth () const |
| Gets the width. More... | |
| uint32_t | GetMediaHeight () const |
| Gets the height. More... | |
| uint32_t | GetMediaFramerate () const |
| Gets the frame rate. More... | |
| bool | GetMediaInterlaced () const |
| Returns if the media is interlaced. More... | |
| PvString | GetContent () const |
| Gets the content of the session (e.g. h264) More... | |
| PvString | GetLicenseMessage () const |
| Gets a message about the license. More... | |
| PvString | GetDisplayID () const |
| Gets the display identifier. More... | |
| PvString | GetUniqueID () const |
| Gets the unique ID. More... | |
| PvString | GetConnectionID () const |
| Gets the connection ID. More... | |
| bool | IsConfigurationValid () const |
| Checks if the configuration is valid. More... | |
| bool | IsLicenseValid () const |
| Checks if the license is valid. More... | |
| const PvInterface * | GetInterface () const |
| Gets the PvInterface where this session is discovered. More... | |
A class to read every SDP attribute for a given session.
| PvSessionInfoSDP* PvSessionInfoSDP::Copy | ( | ) | const |
Copies the PvSessionInfoSDP.
| PvString PvSessionInfoSDP::GetConnectionID | ( | ) | const |
Gets the connection ID.
| PvString PvSessionInfoSDP::GetConnectionIP | ( | ) | const |
Gets the IP to connect to the session.
| PvString PvSessionInfoSDP::GetContent | ( | ) | const |
Gets the content of the session (e.g. h264)
| PvString PvSessionInfoSDP::GetDisplayID | ( | ) | const |
Gets the display identifier.
| const PvInterface* PvSessionInfoSDP::GetInterface | ( | ) | const |
Gets the PvInterface where this session is discovered.
| PvString PvSessionInfoSDP::GetLicenseMessage | ( | ) | const |
Gets a message about the license.
| PvString PvSessionInfoSDP::GetMediaColorimetry | ( | ) | const |
Gets the colorimetry.
| uint16_t PvSessionInfoSDP::GetMediaDepth | ( | ) | const |
Gets the depth of each sample (e.g. 8 bits).
| uint32_t PvSessionInfoSDP::GetMediaFramerate | ( | ) | const |
Gets the frame rate.
| uint32_t PvSessionInfoSDP::GetMediaHeight | ( | ) | const |
Gets the height.
| bool PvSessionInfoSDP::GetMediaInterlaced | ( | ) | const |
Returns if the media is interlaced.
| PvString PvSessionInfoSDP::GetMediaSampling | ( | ) | const |
Gets the sampling (e.g. RGB).
| uint16_t PvSessionInfoSDP::GetMediaTransportPort | ( | ) | const |
Gets the port to which the media is sent.
| PvString PvSessionInfoSDP::GetMediaType | ( | ) | const |
Gets the media type (typically video).
| uint32_t PvSessionInfoSDP::GetMediaWidth | ( | ) | const |
Gets the width.
| uint32_t PvSessionInfoSDP::GetSessionID | ( | ) | const |
Gets the session identifier.
| std::string PvSessionInfoSDP::GetSessionInfo | ( | ) | const |
Gets all the information about the session.
| std::string PvSessionInfoSDP::GetSessionName | ( | ) | const |
Gets the session name.
| uint32_t PvSessionInfoSDP::GetSessionVersion | ( | ) | const |
Gets the SDP version (starts at 0).
| PvString PvSessionInfoSDP::GetUniqueID | ( | ) | const |
Gets the unique ID.
| bool PvSessionInfoSDP::IsConfigurationValid | ( | ) | const |
Checks if the configuration is valid.
| bool PvSessionInfoSDP::IsLicenseValid | ( | ) | const |
Checks if the license is valid.
Copyright (c) 2002-2024 Pleora Technologies Inc.
www.pleora.com