NVIDIA Iray API Home  Up
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::neuraylib::IVideo_data Class Referenceabstract

A buffer for video data representing a frame. More...

Inheritance diagram for mi::neuraylib::IVideo_data:
Inheritance graph
[legend]

Public Member Functions

virtual Uint8 get_data ()=0
  Returns a pointer to the data of the buffer. More...
 
virtual Size  get_data_size () const =0
  Returns the size of the buffer. More...
 
virtual bool  is_key_frame () const =0
  Indicates whether this frame is a key frame. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xbdd686fa, 0x3e37, 0x43aa, 0xbd, 0xe6, 0x7b, 0xab, 0x9f, 0x3e, 0x1c, 0xfc >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
IInterface
Self
  Own type. More...
 
typedef Uuid_t< id1, id2, id3,
id4, id5, id6, id7, id8, id9,
id10, id11 > 
IID
  Declares the interface ID (IID) of this interface. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0xbdd686fa, 0x3e37, 0x43aa, 0xbd, 0xe6, 0x7b, 0xab, 0x9f, 0x3e, 0x1c, 0xfc >
static bool  compare_iid (const Uuid &iid)
  Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 

Detailed Description

A buffer for video data representing a frame.

Member Function Documentation

virtual Uint8* mi::neuraylib::IVideo_data::get_data ( )
pure virtual

Returns a pointer to the data of the buffer.

Returns
A pointer to the beginning of the buffer.
virtual Size mi::neuraylib::IVideo_data::get_data_size ( ) const
pure virtual

Returns the size of the buffer.

Returns
The size of the buffer.
virtual bool mi::neuraylib::IVideo_data::is_key_frame ( ) const
pure virtual

Indicates whether this frame is a key frame.

Returns
true if this frame is a key frame, false otherwise.