Interface GstreamerBufferDescriptorOrBuilder (0.2.0)

public interface GstreamerBufferDescriptorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCapsString()

public abstract String getCapsString()

The caps string of the payload.

string caps_string = 1;

Returns
Type Description
String

The capsString.

getCapsStringBytes()

public abstract ByteString getCapsStringBytes()

The caps string of the payload.

string caps_string = 1;

Returns
Type Description
ByteString

The bytes for capsString.

getDtsTime()

public abstract Timestamp getDtsTime()

DTS of the frame.

.google.protobuf.Timestamp dts_time = 4;

Returns
Type Description
Timestamp

The dtsTime.

getDtsTimeOrBuilder()

public abstract TimestampOrBuilder getDtsTimeOrBuilder()

DTS of the frame.

.google.protobuf.Timestamp dts_time = 4;

Returns
Type Description
TimestampOrBuilder

getDuration()

public abstract Duration getDuration()

Duration of the frame.

.google.protobuf.Duration duration = 5;

Returns
Type Description
Duration

The duration.

getDurationOrBuilder()

public abstract DurationOrBuilder getDurationOrBuilder()

Duration of the frame.

.google.protobuf.Duration duration = 5;

Returns
Type Description
DurationOrBuilder

getIsKeyFrame()

public abstract boolean getIsKeyFrame()

Whether the buffer is a key frame.

bool is_key_frame = 2;

Returns
Type Description
boolean

The isKeyFrame.

getPtsTime()

public abstract Timestamp getPtsTime()

PTS of the frame.

.google.protobuf.Timestamp pts_time = 3;

Returns
Type Description
Timestamp

The ptsTime.

getPtsTimeOrBuilder()

public abstract TimestampOrBuilder getPtsTimeOrBuilder()

PTS of the frame.

.google.protobuf.Timestamp pts_time = 3;

Returns
Type Description
TimestampOrBuilder

hasDtsTime()

public abstract boolean hasDtsTime()

DTS of the frame.

.google.protobuf.Timestamp dts_time = 4;

Returns
Type Description
boolean

Whether the dtsTime field is set.

hasDuration()

public abstract boolean hasDuration()

Duration of the frame.

.google.protobuf.Duration duration = 5;

Returns
Type Description
boolean

Whether the duration field is set.

hasPtsTime()

public abstract boolean hasPtsTime()

PTS of the frame.

.google.protobuf.Timestamp pts_time = 3;

Returns
Type Description
boolean

Whether the ptsTime field is set.