
public class DemuxerFormat extends ContainerFormat
ContainerFormat.Flag| Modifier and Type | Method and Description |
|---|---|
DemuxerFormat |
copyReference()
Create a new DemuxerFormat object that is actually referring to the
exact same underlying native object.
|
boolean |
equals(Object obj)
Compares two values, returning true if the underlying objects in native code are the same object.
|
static DemuxerFormat |
findFormat(String shortName)
Find DemuxerFormat based on the short name of the input format.
|
String |
getExtensions()
A comma-separated list of supported filename extensions
|
int |
getFlags()
Flags that tell you what capabilities this format supports.
|
static Collection<DemuxerFormat> |
getFormats()
Return a collection of all input formats installed on this system.
|
String |
getLongName()
Descriptive name for the format, meant to be more human-readable
than name. |
String |
getName()
Name for format.
|
int |
hashCode()
Get a hashable value for this object.
|
String |
toString()
info about this format object
|
getFlag, getSupportedCodecs, getSupportedTagsdelete, getCurrentRefCountpublic DemuxerFormat copyReference()
copyReference in class ContainerFormatpublic boolean equals(Object obj)
equals in class ContainerFormatpublic int hashCode()
hashCode in class ContainerFormatpublic String toString()
ContainerFormattoString in class ContainerFormatpublic static Collection<DemuxerFormat> getFormats()
public String getName()
getName in class ContainerFormatpublic String getLongName()
getLongName in class ContainerFormatpublic String getExtensions()
getExtensions in class ContainerFormatpublic int getFlags()
getFlags in class ContainerFormatpublic static DemuxerFormat findFormat(String shortName)
Copyright © 2018 Humble Software. All rights reserved.