FrameWriter.Info


interface FrameWriter.Info


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

Summary

Public functions

Boolean
isSupported(format: Format!, @Frame.Usage usage: Long)

Returns whether the combination of Format and usage is supported.

Public functions

isSupported

fun isSupported(format: Format!, @Frame.Usage usage: Long): Boolean

Returns whether the combination of Format and usage is supported.

Parameters
format: Format!

The format to check.

@Frame.Usage usage: Long

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