Table of Contents

Class EncoderProfiles.VideoProfile

Namespace
Android.Media
Assembly
MASES.Netdroid.dll
public class EncoderProfiles.VideoProfile : JVMBridgeBase<EncoderProfiles.VideoProfile>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
EncoderProfiles.VideoProfile
Implements
Extension Methods

Constructors

VideoProfile(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public VideoProfile(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

HDR_DOLBY_VISION

public static int HDR_DOLBY_VISION { get; set; }

Property Value

int

HDR_HDR10

public static int HDR_HDR10 { get; set; }

Property Value

int

HDR_HDR10PLUS

public static int HDR_HDR10PLUS { get; set; }

Property Value

int

HDR_HLG

public static int HDR_HLG { get; set; }

Property Value

int

HDR_NONE

public static int HDR_NONE { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

YUV_420

public static int YUV_420 { get; set; }

Property Value

int

YUV_422

public static int YUV_422 { get; set; }

Property Value

int

YUV_444

public static int YUV_444 { get; set; }

Property Value

int

Methods

GetBitDepth()

public int GetBitDepth()

Returns

int

int

GetBitrate()

public int GetBitrate()

Returns

int

int

GetChromaSubsampling()

public int GetChromaSubsampling()

Returns

int

int

GetCodec()

public int GetCodec()

Returns

int

int

GetFrameRate()

public int GetFrameRate()

Returns

int

int

GetHdrFormat()

public int GetHdrFormat()

Returns

int

int

GetHeight()

public int GetHeight()

Returns

int

int

GetMediaType()

public String GetMediaType()

Returns

String

String

GetProfile()

public int GetProfile()

Returns

int

int

GetWidth()

public int GetWidth()

Returns

int

int