WebRTC Video Chat 1.1.4
Loading...
Searching...
No Matches
Byn.Awrtc.IFrame Interface Reference

General interface to access frames. All platforms will at least support this interface using their default settings. More...

Inheritance diagram for Byn.Awrtc.IFrame:
Byn.Awrtc.RawFrame Byn.Awrtc.BufferedFrame Byn.Awrtc.IDirectMemoryFrame

Additional Inherited Members

- Properties inherited from Byn.Awrtc.RawFrame
byte[] Buffer [get]
 Returns the image as byte[]. Depending on the platform this can either be a copy or a direct access to the buffer. Do not store this reference. It might be reused for further images.
 
bool Buffered [get]
 True if the image is already buffered and available as byte[]. This is the default value.
 
int Height [get]
 Height of the image in pixels. (before rotation is applied)
 
int Width [get]
 With of the image in pixels. (before rotation is applied)
 
int Rotation [get]
 Rotation of the image. Apply this rotation to the image before showing it to the user.
 
bool IsTopRowFirst [get]
 If true the top row of the image will be at the start of the buffer.
 
FramePixelFormat Format [get]
 Image format.
 

Detailed Description

General interface to access frames. All platforms will at least support this interface using their default settings.


The documentation for this interface was generated from the following file: