Package dvedit :: Module core :: Class BlankFrame
[hide private]
[frames] | no frames]

Class BlankFrame



object --+    
         |    
     Frame --+
             |
            BlankFrame

Encapsulates a frame with no data

Instance Methods [hide private]
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T

Inherited from Frame: blank, damage, decode, dump, encode, ensureDecoded, ensureDecodedAsRgb, ensureDecodedAsYuv, ensureEncoded, fromPilImg, getPixel, loadFrom, old__init__, reverse, saveAs, setFormat, setFormat_BGR, setFormat_BGRA, setFormat_RGB, setFormat_RGBA, setFormat_YUV, setFormat_YUVA, setPixel, toPilImg, toPpm

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from Frame: audioBufLen, colorModel, encoded, hasEncoded, hasRaw, height, isBlank, isPal, isProgressive, numAudioChannels, pixFmt, raw, rawFull, videoBufLen

Inherited from Frame (private): _codec

Inherited from object: __class__

Method Details [hide private]

__new__(T, S, ...)

 
Returns:
a new object with type S, a subtype of T

Overrides: Frame.__new__