AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
AlivcLivePusherRawDataSample.java
1package com.alivc.live.pusher;
2
3import android.opengl.EGLContext;
4
5
11@Visible
17
21 public int width = 0;
22
26 public int height = 0;
27
31 public int rotation = 0;
32
36 public int videoFrameLength = 0;
37
41 public int[] lineSize = new int[4];
42
46 public byte[] frame = null;
47
51 public int cropLeft = 0;
52
56 public int cropTop = 0;
57
61 public int cropRight = 0;
62
66 public int cropBottom = 0;
67
71 public long timestamp = 0;
72
76 public byte[] filePath = null;
77
81 public int textureId = 0;
82
86 public float[] transformMatrix = null;
87
91 public EGLContext eglContext14 = null;
92
96 public javax.microedition.khronos.egl.EGLContext eglContext10 = null;
97
98 @Override
99 public String toString() {
100 return "AlivcLivePusherRawDataSample{" +
101 "format=" + format +
102 ", width=" + width +
103 ", height=" + height +
104 ", rotation=" + rotation +
105 ", videoFrameLength=" + videoFrameLength +
106 ", cropLeft=" + cropLeft +
107 ", cropTop=" + cropTop +
108 ", cropRight=" + cropRight +
109 ", cropBottom=" + cropBottom +
110 ", timestamp=" + timestamp +
111 ", textureId=" + textureId +
112 ", eglContext14=" + eglContext14 +
113 ", eglContext10=" + eglContext10 +
114 '}';
115 }
116}
117
118
javax.microedition.khronos.egl.EGLContext eglContext10
Enumeration of streaming image format.