bramp / bramp/ffmpeg-cli-wrapper

Add proper getter methods to probe result objects

Open
#382 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
1.9k
Forks
424
Avg merge
5h 35m
Merged PRs (30d)
2

Description

Currently, probe result objects (`FFmpegProbeResult`, `FFmpegStream`, `FFmpegFormat`, etc.) expose their data via public fields. We should add proper getter methods to follow Java conventions and enable future refactoring.

This is part of the API modernization discussed in #316.

**Scope:**
- Add getter methods to `FFmpegProbeResult`, `FFmpegStream`, `FFmpegFormat`, and related probe result classes
- Keep existing public fields for backward compatibility (deprecation to follow separately)

Related: #316

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.