
public class ContainerFormat extends RefCounted
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerFormat.Flag
A series of flags that different ContainerFormats and their subclasses
can support. |
| Modifier and Type | Method and Description |
|---|---|
ContainerFormat |
copyReference()
Create a new ContainerFormat 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.
|
String |
getExtensions()
A comma-separated list of supported filename extensions
|
boolean |
getFlag(ContainerFormat.Flag flag)
Find out if the given Flag is set for this ContainerFormat.
|
int |
getFlags()
Flags that tell you what capabilities this format supports.
|
String |
getLongName()
Descriptive name for the format, meant to be more human-readable
than name. |
String |
getName()
Name for format.
|
Collection<Codec.ID> |
getSupportedCodecs()
Returns a list of all codecs supported for this Object.
|
Collection<Long> |
getSupportedTags()
Returns a list of all codec tags supported for this container.
|
int |
hashCode()
Get a hashable value for this object.
|
String |
toString()
info about this format object
|
delete, getCurrentRefCountpublic ContainerFormat copyReference()
copyReference in class RefCountedpublic boolean equals(Object obj)
public int hashCode()
public String toString()
public Collection<Codec.ID> getSupportedCodecs()
If this object hasn't been set up for output, then we return null.
public Collection<Long> getSupportedTags()
If this object hasn't been set up for output, then we return null.
public String getName()
public String getLongName()
public String getExtensions()
public int getFlags()
public boolean getFlag(ContainerFormat.Flag flag)
Copyright © 2018 Humble Software. All rights reserved.