Table of Contents

Namespace VisioForge.Core.Types.MediaInfo

Classes

AudioStreamInfo

Represents detailed information about an audio stream within a media file. This class provides properties such as bitrate, channels, sample rate, codec, and duration.

MediaContainerInfo

Represents detailed information about the media container format of a file. This includes the overall duration of the media and any associated tags.

MediaFileInfo

Provides comprehensive information about a media file, including details about its container, video streams, audio streams, subtitle streams, and RTP streams.

MediaInfoTag

Represents a single metadata tag associated with a media file or stream. This class stores a key-value pair for a specific piece of information.

RTPStreamInfo

Represents detailed information about an RTP (Real-time Transport Protocol) stream. This class provides properties such as encoding name, payload type, and stream type.

SubtitleStreamInfo

Represents detailed information about a subtitle stream within a media file. This class provides properties such as offset, track name, codec, and language.

VideoStreamInfo

Represents detailed information about a video stream within a media file. This class provides properties such as bitrate, frame rate, codec, dimensions, and duration.