Table of Contents

Class TvTrackInfo.Builder

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

Constructors

Builder(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 Builder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Builder(int, String)

public Builder(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

Methods

Build()

public TvTrackInfo Build()

Returns

TvTrackInfo

TvTrackInfo

CreatePoolableInstance(int, String)

HPA initializer for Builder(int arg0, Java.Lang.String arg1)

public static TvTrackInfo.Builder CreatePoolableInstance(int arg0, String arg1)

Parameters

arg0 int
arg1 String

Returns

TvTrackInfo.Builder

SetAudioChannelCount(int)

public TvTrackInfo.Builder SetAudioChannelCount(int arg0)

Parameters

arg0 int

int

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetAudioDescription(bool)

public TvTrackInfo.Builder SetAudioDescription(bool arg0)

Parameters

arg0 bool

bool

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetAudioSampleRate(int)

public TvTrackInfo.Builder SetAudioSampleRate(int arg0)

Parameters

arg0 int

int

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetDescription(CharSequence)

public TvTrackInfo.Builder SetDescription(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetEncoding(String)

public TvTrackInfo.Builder SetEncoding(String arg0)

Parameters

arg0 String

String

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetEncrypted(bool)

public TvTrackInfo.Builder SetEncrypted(bool arg0)

Parameters

arg0 bool

bool

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetExtra(Bundle)

public TvTrackInfo.Builder SetExtra(Bundle arg0)

Parameters

arg0 Bundle

Bundle

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetHardOfHearing(bool)

public TvTrackInfo.Builder SetHardOfHearing(bool arg0)

Parameters

arg0 bool

bool

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetLanguage(String)

public TvTrackInfo.Builder SetLanguage(String arg0)

Parameters

arg0 String

String

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetSpokenSubtitle(bool)

public TvTrackInfo.Builder SetSpokenSubtitle(bool arg0)

Parameters

arg0 bool

bool

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetVideoActiveFormatDescription(byte)

public TvTrackInfo.Builder SetVideoActiveFormatDescription(byte arg0)

Parameters

arg0 byte

byte

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetVideoFrameRate(float)

public TvTrackInfo.Builder SetVideoFrameRate(float arg0)

Parameters

arg0 float

float

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetVideoHeight(int)

public TvTrackInfo.Builder SetVideoHeight(int arg0)

Parameters

arg0 int

int

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetVideoPixelAspectRatio(float)

public TvTrackInfo.Builder SetVideoPixelAspectRatio(float arg0)

Parameters

arg0 float

float

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder

SetVideoWidth(int)

public TvTrackInfo.Builder SetVideoWidth(int arg0)

Parameters

arg0 int

int

Returns

TvTrackInfo.Builder

TvTrackInfo.Builder