FrameType.BitsPerPixel Property

Returns the number of bits needed to store one pixel in this frame type.
Syntax:
[C#]
public int BitsPerPixel;
Limitations:

Read only.

Remarks:

The bit depth depends on the FrameType.Subtype property.

See also: FrameType

<< FrameHandlerSink.FrameType