All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mmauro94.mkvtoolnix_wrapper.propedit.SegmentInfoSelector.kt Maven / Gradle / Ivy

Go to download

An easy to use light kotlin-jvm wrapper for most common mkvmerge and mkvpropedit CLI commands

The newest version!
package com.github.mmauro94.mkvtoolnix_wrapper.propedit

/**
 * Represents the selector to select the segment information in a `--edit` command.
 *
 * See [mkvpropedit doc](https://mkvtoolnix.download/doc/mkvpropedit.html#mkvpropedit.edit_selectors.segment_info)
 */
object SegmentInfoSelector : MkvPropEditPropertyEditSelector {
    override fun commandArgs() = listOf("segment_info")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy