FrameWriter.Info


public interface FrameWriter.Info


Describes the capabilities of a FrameWriter. Query for format support.

Summary

Public methods

abstract boolean
isSupported(Format format, @Frame.Usage long usage)

Returns whether the combination of Format and usage is supported.

Public methods

isSupported

abstract boolean isSupported(Format format, @Frame.Usage long usage)

Returns whether the combination of Format and usage is supported.

Parameters
Format format

The format to check.

@Frame.Usage long usage

The @FrameUsage flags describing how the frame will be used.