AliVCSDK  4.5.1
阿里云音视频SDK,为视频开发者提供一站式接入服务
AlivcImageFormat.java
1 package com.alivc.live.pusher;
2 
3 
11 @Visible
12 public enum AlivcImageFormat {
17 
22 
27 
32 
37 
42 
47 
52 
57 
62 
67 
72 
77 
82 
87 
92 
97 
98  private final int mImageFormat;
99 
100  AlivcImageFormat(int imageFormat) {
101  mImageFormat = imageFormat;
102  }
103 
109  public int getAlivcImageFormat() {
110  return mImageFormat;
111  }
112 }
Enumeration of streaming image format.