Package com.kaltura.client.types
Interface LiveEntryRecordingOptions.Tokenizer
-
- All Superinterfaces:
ObjectBase.Tokenizer
- Enclosing class:
- LiveEntryRecordingOptions
public static interface LiveEntryRecordingOptions.Tokenizer extends ObjectBase.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringarchiveVodSuffixTimezone()StringnonDeletedCuePointsTags()StringshouldAutoArchive()StringshouldCopyEntitlement()StringshouldCopyScheduling()StringshouldCopyThumbnail()StringshouldMakeHidden()
-
-
-
Method Detail
-
shouldCopyEntitlement
String shouldCopyEntitlement()
-
shouldCopyScheduling
String shouldCopyScheduling()
-
shouldCopyThumbnail
String shouldCopyThumbnail()
-
shouldMakeHidden
String shouldMakeHidden()
-
shouldAutoArchive
String shouldAutoArchive()
-
nonDeletedCuePointsTags
String nonDeletedCuePointsTags()
-
archiveVodSuffixTimezone
String archiveVodSuffixTimezone()
-
-