Unity Video SDK API Reference Documentation
|
Public Member Functions | |
ZMVideoSDKVideoRawData (int height, int width, int rotation, byte[] yBytes, byte[] uBytes, byte[] vBytes) | |
Data Fields | |
int | height |
int | width |
int | rotation |
byte[] | yBytes |
byte[] | uBytes |
byte[] | vBytes |
Definition at line 4 of file ZMVideoSDKVideoRawData.cs.
|
inline |
int ZMVideoSDKVideoRawData.height |
Definition at line 6 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKVideoRawData().
int ZMVideoSDKVideoRawData.rotation |
Definition at line 8 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKVideoRawData().
byte [] ZMVideoSDKVideoRawData.uBytes |
Definition at line 10 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKVideoRawData().
byte [] ZMVideoSDKVideoRawData.vBytes |
Definition at line 11 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKVideoRawData().
int ZMVideoSDKVideoRawData.width |
Definition at line 7 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKVideoRawData().
byte [] ZMVideoSDKVideoRawData.yBytes |
Definition at line 9 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKVideoRawData().